ipv4Maybe property

RegExp ipv4Maybe
final

Implementation

static final RegExp ipv4Maybe = RegExp(r'^(\d?\d?\d)\.(\d?\d?\d)\.(\d?\d?\d)\.(\d?\d?\d)$');