blockedList property

List<String> get blockedList

Returns a list of blocked countries

Implementation

List<String> get blockedList => blocked.toList();