PhoneBundle constructor
const
PhoneBundle({
- String? nsn,
- IsoCode? isoCode,
Implementation
const PhoneBundle({
this.nsn,
this.isoCode,
});
const PhoneBundle({
this.nsn,
this.isoCode,
});