ModelHandler class abstract

Constructors

ModelHandler()

Properties

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

Methods

isValidKey(String key) bool
newInstance(dynamic id) Model
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreate<T extends Model>(Map<Property, dynamic> property_value_map, Map<String, dynamic>? user_data) Future<T?>
onDelete(dynamic id, Map<String, dynamic>? user_data) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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