CRUDInterface class abstract

Implementers

Constructors

CRUDInterface.new()

Properties

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

Methods

deleteElementFromList(dynamic element) Future<void>
deleteElementFromMap(String mapKey) Future<void>
getAllList() Future<List>
getAllMap() Future<Map<String, dynamic>>
getElementFromList(int index) Future
getElementFromMap(String mapKey) Future
getParameter(String key) Future
init(String key) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putList(List value) Future<void>
putMap(Map<String, dynamic> value) Future<void>
setParameter(String key, dynamic value) Future<void>
toString() String
A string representation of this object.
inherited
updateList(List value) Future<void>
updateMap(Map<String, dynamic> value) Future<void>

Operators

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