inSubnet method
Implementation
@override
inSubnet(String cidr) =>
'The provided CIDR "$cidr" is invalid or the IP address is not within this subnet. Please ensure the CIDR is correctly formatted (e.g., 192.168.1.0/24) and the IP is part of it.';