ip method

  1. @override
String ip(
  1. String address
)
override

Implementation

@override
String ip(String address) =>
    'The provided IP address "$address" is invalid. Please ensure it follows a standard IPv4 or IPv6 format.';