DealerUserV2 class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DealerUserV2({int? userId, String? email, String? firstName, String? lastName, int? dealerOrgId, DealerUserDealerOrgV2? dealerOrg, UserRoleV2? userRole, int? roleId, DealerUserRoleV2? role, InvitationStatusV2? userInvitationStatus, int? invitationStatusId, DealerUserInvitationStatusV2? invitationStatus, DateTime? invitationDate})
-
const
-
DealerUserV2.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dealerOrg → DealerUserDealerOrgV2?
-
final
- dealerOrgId → int?
-
final
- email → String?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- invitationDate → DateTime?
-
final
- invitationStatus → DealerUserInvitationStatusV2?
-
final
- invitationStatusId → int?
-
final
- lastName → String?
-
final
- role → DealerUserRoleV2?
-
final
- roleId → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → int?
-
final
- userInvitationStatus → InvitationStatusV2?
-
final
- userRole → UserRoleV2?
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DealerUserV2 Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DealerUserV2 instance)