UserModel class
Model app table 'users'
- Annotations
Constructors
Properties
Methods
-
copy(
[Map< String, dynamic> ? json]) → UserModel -
generateCookieSecret(
String token, DateTime createAt) → String -
generateToken(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCompanion(
) → UsersCompanion -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited