TDoubleField class

Inheritance

Constructors

TDoubleField(String name, void setter(dynamic), dynamic getter())

Properties

getter ↔ dynamic Function()
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter ↔ void Function(dynamic)
getter/setter pairinherited

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
inherited
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
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited