EmergencyAddressDto constructor
EmergencyAddressDto({
- required String id,
- required String address1,
- required EmergencyAddressDtoPhoneCountryEnum phoneCountry,
Returns a new EmergencyAddressDto instance.
Implementation
EmergencyAddressDto({
required this.id,
required this.address1,
required this.phoneCountry,
});