blockedIpsList property

List<String> get blockedIpsList

Returns a list of blocked IP addresses

Implementation

List<String> get blockedIpsList => blockedIps.toList();