$DealerOrgDTOExtension extension
Methods
-
copyWith({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})
→ DealerOrgDTO
-
-
copyWithWrapped({Wrapped<int?>? id, Wrapped<String?>? businessPartnerNo, Wrapped<String?>? name, Wrapped<String?>? e164PhoneNumber, Wrapped<String?>? displayPhoneNumber, Wrapped<String?>? wizardStep, Wrapped<bool?>? wizardComplete, Wrapped<AddressDTO?>? address, Wrapped<int?>? userCount, Wrapped<int?>? technicianCount, Wrapped<int?>? deviceCount, Wrapped<List<String>?>? adminEmails})
→ DealerOrgDTO
-