parse method
Parses the provided JSON data to return a MatexCountryMetadata object.
jsonData
is the Map representation of the JSON data.
Implementation
@override
MatexCountryMetadata parse(String key, Map<String, dynamic> jsonData) {
return MatexCountryMetadata.fromJson(key, jsonData);
}