contains method

  1. @override
dynamic contains(
  1. String ip
)
override

Implementation

@override
contains(String ip) =>
    'The provided subnet does not contain the IP address "$ip". Please ensure the IP address falls within the specified network range.';