KCFormValidator class

Constructors

KCFormValidator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

errorAccountNumber(String? text, String message) String?
errorDOB(DateTime? dob, String message, bool showError) String?
errorEmail(String? text, String message) String?
errorGeneric(String? text, String message) String?
errorOTP(String? text, String message, [int length = 6]) String?
errorPassword(String? text, String message) String?
errorPassword2(String? text, String message) String?
errorPhoneNumber(String? text, String message) String?
getBorderColor(String? message) Color