TinkEntityField mixin
- Mixin applications
Properties
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
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited