Accessor<T> class
Constructors
-
Accessor(Index idx, dynamic getter(T ref), void setter(T ref, dynamic v))
-
Properties
-
getter
→ dynamic Function(T ref)
-
final
-
getter_
↔ dynamic Function(dynamic ref)
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
idx
→ Index
-
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
setter
→ void Function(T ref, dynamic v)
-
final
-
setter_
↔ void Function(dynamic ref, dynamic v)
-
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited