inSubnet method

  1. @override
dynamic inSubnet(
  1. String cidr
)
override

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.';