DataEntity<T, S> class abstract

Model representing a DataEntry from ActiveGrid

T type of the data used in Flutter S type used when sending Data back

Implementers

Constructors

DataEntity()

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaValue → S?
The Value that is used when sending data back to the server. Matching against the schema
no setter
value ↔ T?
The value of the Entity
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.
override

Operators

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