DealerOrgDTO class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
DealerOrgDTO({int? id, String? businessPartnerNo, String? name, String? e164PhoneNumber, String? displayPhoneNumber, String? wizardStep, bool? wizardComplete, AddressDTO? address, int? userCount, int? technicianCount, int? deviceCount, List<
String> ? adminEmails}) -
const
-
DealerOrgDTO.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → AddressDTO?
-
final
-
adminEmails
→ List<
String> ? -
final
- businessPartnerNo → String?
-
final
- deviceCount → int?
-
final
- displayPhoneNumber → String?
-
final
- e164PhoneNumber → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → int?
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- technicianCount → int?
-
final
- userCount → int?
-
final
- wizardComplete → bool?
-
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 DealerOrgDTO Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DealerOrgDTO instance)