CrudControllerProvider<T extends BaseModel> class
See also CrudController.
Constructors
- CrudControllerProvider({String? uid})
- See also CrudController.
Properties
Methods
-
createElement(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideWith(
CrudController< T> create()) → Override -
runNotifierBuild(
covariant CrudController< T> notifier) → FutureOr<List< T> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override