DatabaseService class
Properties
Methods
-
deleteRole(
int id) → Future< void> -
getRoleById(
int id) → Future< Role> -
getRoles(
) → Future< List< Role> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
Role role) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
truncate(
) → Future< void> -
updateRole(
Role role) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → DatabaseService
-
final