UserData class
Constructors
- UserData({required int id, String? uuidFirebase, required String email, String? password, required String documentType, required String documentNumber, required String firstName, required String lastName, String? fullName, required String personType, required String cellphone, String? address, required int departmentId, required int cityId, String? neighborhood, String? rolId, String? causaRegistro, String? state, String? token, dynamic verificated, required String isActive, required String dateJoined, required String updated})
-
UserData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String?
-
final
- causaRegistro → String?
-
final
- cellphone → String
-
final
- cityId → int
-
final
- dateJoined → String
-
final
- departmentId → int
-
final
- documentNumber → String
-
final
- documentType → String
-
final
- email → String
-
final
- firstName → String
-
final
- fullName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- isActive → String
-
final
- lastName → String
-
final
- neighborhood → String?
-
final
- password → String?
-
final
- personType → String
-
final
- rolId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
final
- token → String?
-
final
- updated → String
-
final
- uuidFirebase → String?
-
final
- verificated → dynamic
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited