regex property
Regular expression the whole output must match. On-device only.
Implementation
@$pb.TagNumber(4)
$core.String get regex => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set regex($core.String value) => $_setString(3, value);
Regular expression the whole output must match. On-device only.
@$pb.TagNumber(4)
$core.String get regex => $_getSZ(3);
@$pb.TagNumber(4)
set regex($core.String value) => $_setString(3, value);