MirrorField<O, T> constructor

const MirrorField<O, T>(
  1. String name,
  2. Type type,
  3. T get(
    1. O instance
    ),
  4. O set(
    1. O instance,
    2. T value
    ),
  5. List<Object> annotations,
)

Implementation

const MirrorField(this.name, this.type, this.get, this.set, this.annotations);