QuickTextValidator class

Inheritance

Constructors

QuickTextValidator({bool isRequired = true, bool? isEmail, bool? isNumber, int? hasMinLength, String? extraValidation(String? value)?, int? hasMaxLength})

Properties

extraValidation → (String? Function(String? value)?)
final
hashCode int
The hash code for this object.
no setterinherited
hasMaxLength int?
final
hasMinLength int?
final
isEmail bool?
final
isNumber bool?
final
isRequired bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String? value) String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(String? value) String?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited