JsonDBAdapter<T> class
abstract
Constructors
Properties
- getUniqueFieldId → 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
-
decodeData(
Uint8List bytes) → Map< String, dynamic> -
encodeData(
Map< String, dynamic> map) → Uint8List -
fromJsonString(
String jsonString) → Map< String, dynamic> -
fromMap(
Map< String, dynamic> map) → T -
getId(
T value) → int -
getParentId(
T value) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonString(
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