ClientUserResponse class
- Annotations
Constructors
- ClientUserResponse({int? id, String? name, @JsonKey(name: 'second_name') String? secondName, @JsonKey(name: 'middle_name') String? middleName, String? company, @JsonKey(name: 'tax_id') String? taxId, @JsonKey(name: 'jurstatus') String? jurStatus, @JsonKey(name: 'jur_address') String? jurAddress, @JsonKey(name: 'registration_date') String? registrationDate, @JsonKey(name: 'registration_authority') String? registrationAuthority, String? phone, String? email, @JsonKey(name: 'email_confirmed') bool? emailConfirmed, bool? banned, @JsonKey(name: 'email_login_locked') bool? emailLoginLocked, bool? active, bool? removed, @Default(0) @JsonKey(name: 'sales_rep_id') int salesRepId, String? created, String? updated, @JsonKey(name: 'updated_by') int? updatedBy, @JsonKey(name: 'last_login') String? lastLogin, @JsonKey(name: 'user_vendor_status') String? userVendorStatus})
-
factory
-
ClientUserResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → bool?
-
no setterinherited
- banned → bool?
-
no setterinherited
- company → String?
-
no setterinherited
-
copyWith
→ $ClientUserResponseCopyWith<
ClientUserResponse> -
Create a copy of ClientUserResponse
with the given fields replaced by the non-null parameter values.
no setterinherited
- created → String?
-
no setterinherited
- email → String?
-
no setterinherited
- emailConfirmed → bool?
-
no setterinherited
- emailLoginLocked → bool?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
no setterinherited
- jurAddress → String?
-
no setterinherited
- jurStatus → String?
-
no setterinherited
- lastLogin → String?
-
no setterinherited
- middleName → String?
-
no setterinherited
- name → String?
-
no setterinherited
- phone → String?
-
no setterinherited
- registrationAuthority → String?
-
no setterinherited
- registrationDate → String?
-
no setterinherited
- removed → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesRepId → int
-
no setterinherited
- secondName → String?
-
no setterinherited
- taxId → String?
-
no setterinherited
- updated → String?
-
no setterinherited
- updatedBy → int?
-
no setterinherited
- userVendorStatus → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this ClientUserResponse to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited