MobileUserDao class
- Implemented types
Constructors
Properties
- db ↔ Database
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- loggedUser ↔ User
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
deleteAll(
) → Future< void> -
override
-
get(
) → Future< User> -
override
-
insert(
User user) → Future< void> -
override
-
insertOrUpdate(
User user) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
open(
) → Future -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
update(
User user) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited