MirrorField<O, T> class
Constructors
-
MirrorField.new(String name, Type type, T get(O instance), O set(O instance, T value), List<
Object> annotations) -
const
Properties
-
annotations
→ List<
Object> -
final
- get → T Function(O instance)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- set → O Function(O instance, T value)
-
final
- type → Type
-
final
Methods
-
annotation<
T> () → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited