User class
- Inheritance
-
- Object
- BaseEntity
- User
Constructors
Properties
-
badges
→ List<
Badge> -
no setter
- dateOfBirth → String?
-
no setter
- email → String?
-
no setter
- fullName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setterinherited
- idNumber → String?
-
no setter
- mobile → String?
-
no setter
- password → String?
-
no setter
- points → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setdDateOfBirth ← String
-
no getter
- setEmail ← String
-
no getter
- setFullName ← String
-
no getter
- setId ← int
-
no getterinherited
- setIdNumber ← String
-
no getter
- setMobile ← String
-
no getter
- setPassword ← String
-
no getter
- setPoints ← int
-
no getter
-
tasks
→ List<
Task> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited