ClientUserEntity class
Constructors
- ClientUserEntity({required int id, required String name, required String company, required JurStatus jurStatus, required String jurAddress, required String registrationDate, required String registrationAuthority, required String taxId, required String email, required bool emailConfirmed, required String phone, required bool isSalesRep})
Properties
- company → String
-
final
- email → String
-
final
- emailConfirmed → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- isSalesRep → bool
-
final
- jurAddress → String
-
final
- jurStatus → JurStatus
-
final
- name → String
-
final
- phone → String
-
final
- registrationAuthority → String
-
final
- registrationDate → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited