regex property
A regular expression the column value is expected to match.
Implementation
@$pb.TagNumber(1)
$core.String get regex => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set regex($core.String v) {
$_setString(0, v);
}
A regular expression the column value is expected to match.
@$pb.TagNumber(1)
$core.String get regex => $_getSZ(0);
@$pb.TagNumber(1)
set regex($core.String v) {
$_setString(0, v);
}