User class
Properties
Methods
-
copyWith(
{int? id, String? name, int? age}) → User -
override
-
create(
User item) → Future< User> -
inherited
-
delete(
int id) → Future< int> -
inherited
-
fromMap(
Map< String, dynamic> map) → User -
override
-
initDb(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
int id) → Future< User?> -
inherited
-
readAll(
) → Future< List< User> > -
inherited
-
toMap(
User item) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
User item) → Future< int> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited