CrudController<T extends BaseModel> class
- Implemented types
- Annotations
-
- @riverpod
Constructors
Properties
Methods
-
build(
{String? uid}) → Future< List< T> > -
createItem(
T data) → Future< void> -
override
-
deleteItem(
String uid) → Future< void> -
override
-
getAllItems(
) → Future< List< T> > -
override
-
getItemByUid(
String uid) → Future< T?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateItem(
T data) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited