menu
x_validators package
documentation
rules/text/ends_with.dart
EndsWith
EndsWith.new constructor
EndsWith.new constructor
dark_mode
light_mode
EndsWith
constructor
EndsWith
(
String
end
, [
String
?
error
])
Implementation
EndsWith(this.end, [String? error]) : super(error);
x_validators package
documentation
rules/text/ends_with
EndsWith
EndsWith.new constructor
EndsWith class