toJson method
Implementation
Map<String, dynamic> toJson() => {
'countryCode': countryCode,
'countryID': countryID,
'countryName': countryName,
'number': number,
'displayNumber': displayNumber,
'type': type,
};