MirrorsUsed constructor Null safety

const MirrorsUsed(
  1. {dynamic symbols,
  2. dynamic targets,
  3. dynamic metaTargets,
  4. dynamic override}
)

See the documentation for MirrorsUsed.symbols, MirrorsUsed.targets, MirrorsUsed.metaTargets and MirrorsUsed.override for documentation of the parameters.

Implementation

const MirrorsUsed(
    {this.symbols, this.targets, this.metaTargets, this.override});