countryToJson function

String countryToJson(
  1. Country co
)

Implementation

String countryToJson(Country co) {
  return co.key;
}