PhoneData constructor
Implementation
const factory PhoneData({
///Dial code of the corresponding country
required String dialCode,
///ISO2 of the corresponding country
required String iso2,
///Just the phone numbers with no country dial code
required String phone,
}) = _PhoneData;