isValidIpAddress property
bool
get
isValidIpAddress
Implementation
bool get isValidIpAddress => InternetAddress.tryParse(this) != null;
bool get isValidIpAddress => InternetAddress.tryParse(this) != null;