TDAdapter<T> class abstract

Constructors

TDAdapter()

Properties

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

Methods

decodeRecord(Uint8List jsonDataBytes) String
encodeRecord(String jsonData) Uint8List
fromJson(String source) Map<String, dynamic>
fromMap(Map<String, dynamic> map) → T
getFieldValue(T value, String fieldName) → dynamic
🔑 IMPORTANT
getId(T value) int
getUniqueFieldId() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAutoId(Map<String, dynamic> map, int autoId) Map<String, dynamic>
toJson(T value) String
toMap(T value) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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