menu
x_validators package
documentation
rules/text/match.dart
Match
Match.new constructor
Match.new constructor
dark_mode
light_mode
Match
constructor
Match
(
String
other
, {
bool
caseSensitive
=
true
,
String
?
error
,
})
Implementation
Match( this.other, { this.caseSensitive = true, String? error, }) : super(error);
x_validators package
documentation
rules/text/match
Match
Match.new constructor
Match class