IUpdateScaffoldWidgetService<T extends UpdateableDatabaseItem<T>> class abstract

Properties

collectionName String
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

add(T item) Future<DocumentReference<Object?>?>
delete(T item) Future<bool>
document(String id, {Source source = Source.serverAndCache}) Future<T?>
documentStream(String id) Stream<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(T item, {List<String>? onlyUpdateKeys, List<String>? notUpdateKeys, bool supressSubItemUpdate = false}) Future<DocumentReference<Object?>?>

Operators

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