kIpV4Regex top-level property

RegExp kIpV4Regex
final

Implementation

final kIpV4Regex = RegExp(r'^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$');