TSimpleField class
- Mixed-in types
- Implementers
Constructors
- TSimpleField(String name, void setter(dynamic), dynamic getter())
Properties
- getter ↔ dynamic Function()
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
getter/setter pairoverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setter ↔ void Function(dynamic)
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
EntityEventSource src, dynamic value) → Future -
Deserialise this field into the given entity
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
TinkFieldWriter ser, TinkEntitySet entities) → dynamic -
Must return a value serialisable by json.
i.e. one of number, boolean, string, null, list or a map with string keys
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited