Validate class
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
Static Methods
-
dropdownValidate({required dynamic selectValue, required String dummyValue, required String fieldName})
→ dynamic
-
-
dynamicValidate({required dynamic text, required dynamic fieldname, required int minLength, required int maxLength, required bool mandatory, required dynamic regex, required bool fromdropdown, required bool fromTextfield})
→ dynamic
-
-
emailValidate({required dynamic email, required String fieldName})
→ dynamic
-
-
emptyValidate({required dynamic text, required String fieldname})
→ dynamic
-
-
imageValidate({required dynamic image, required String? fieldname})
→ dynamic
-
-
lengthValidate({required dynamic text, required int length, required String fieldName})
→ dynamic
-
-
validateGST({required dynamic gst, required String fieldName})
→ dynamic
-
-
validatePan({required dynamic pan, required String fieldName})
→ dynamic
-