isValidIpAddress property

bool get isValidIpAddress

Implementation

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