asJson method
Returns a string representation of the country block list
Implementation
String asJson() {
return jsonEncode(blocked.toList());
}
Returns a string representation of the country block list
String asJson() {
return jsonEncode(blocked.toList());
}