DealerInfoV2 class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DealerInfoV2({int? dealerOrgId, String? dealerId, String? dealerName, String? address, DeviceAddressV2? fullAddress, int? totalTechnicians, int? totalGenSets, String? wizardStep, bool? hasCompletedWizard, String? adminEmails})
-
const
-
DealerInfoV2.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String?
-
final
- adminEmails → String?
-
final
- dealerId → String?
-
final
- dealerName → String?
-
final
- dealerOrgId → int?
-
final
- fullAddress → DeviceAddressV2?
-
final
- hasCompletedWizard → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalGenSets → int?
-
final
- totalTechnicians → int?
-
final
- wizardStep → String?
-
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 DealerInfoV2 Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DealerInfoV2 instance)