Map<String, dynamic> toJson() { final areaCode = this.areaCode; final country = this.country; return { 'AreaCode': areaCode, 'Country': country, }; }