TDB2Adapter<T> class abstract

Constructors

TDB2Adapter()

Properties

adapterTypeId int
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

compress(String json) Uint8List
decompress(Uint8List compressedBytes) String
fromJson(String source) Map<String, dynamic>
fromMap(Map<String, dynamic> map) → T
getId(T value) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parentId(T value) int
toJson(Map<String, dynamic> map) 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