UserModel class

Annotations

Constructors

UserModel({required String firstName, required String lastName, required int phone, required String email, String? image, required bool validatedEmail, required bool validatedFacephi, required ActualOrganizationModel actualOrganization, bool? signatureValid})
UserModel.fromJson(Map<String, dynamic> json)
factory

Properties

actualOrganization ActualOrganizationModel
getter/setter pair
email String
getter/setter pair
firstName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
lastName String
getter/setter pair
phone int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureValid bool?
getter/setter pair
validatedEmail bool
getter/setter pair
validatedFacephi bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited