menu
x_validators package
documentation
rules/it/regx.dart
RegExpRule
RegExpRule.new const constructor
RegExpRule.new const constructor
dark_mode
light_mode
RegExpRule
constructor
const
RegExpRule
(
RegExp
regX
, [
String
?
error
])
Implementation
const RegExpRule(this.regX, [String? error]) : super(error);
x_validators package
documentation
rules/it/regx
RegExpRule
RegExpRule.new const constructor
RegExpRule class