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