menu
x_validators package
documentation
rules/text/starts_with.dart
StartsWith
StartsWith.new constructor
StartsWith.new constructor
dark_mode
light_mode
StartsWith
constructor
StartsWith
(
Pattern
pattern
, [
String
?
error
])
Implementation
StartsWith(this.pattern, [String? error]) : super(error);
x_validators package
documentation
rules/text/starts_with
StartsWith
StartsWith.new constructor
StartsWith class