TDAdapter<T> class
abstract
Constructors
Properties
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