TinkEntityField mixin

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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