dart / 2 / dart-mirrors / mirrorsused / mirrorsused.html

MirrorsUsed constructor

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});

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-mirrors/MirrorsUsed/MirrorsUsed.html