regex property

String get regex

The regular expresson to check.

Implementation

String get regex => _wrapped.regex;
set regex (String v)

Implementation

set regex(String v) {
  _wrapped.regex = v;
}