asJson method

String asJson()

Returns a string representation of the country block list

Implementation

String asJson() {
  return jsonEncode(blocked.toList());
}