FlutterValidation class

Constructors

FlutterValidation()

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

aadhaarValidate({required String content}) bool
This Method will validate your content from Aadhaar Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Aadhaar Number format.
accountNumberValidate({required String content}) bool
This Method will validate your content from Account Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Account Number format.
cardNumberValidate({required String content, int? length}) bool
This Method will validate your content from ATM/Credit Card Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with ATM/Credit Card Number Format. length Length of card number.
emailValidate({required String content}) bool
This Method will validate your content from email Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Email format.
ifscCodeValidate({required String content}) bool
This Method will validate your content from Account Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Account Number format.
llpinValidate({required String content}) bool
This Method will validate your content from LLPIN Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with LLPIN Number format.
mobileValidate({required String content}) bool
This Method will validate your content from Mobile Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Mobile number format.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
panValidate({required String content}) bool
This Method will validate your content from PAN Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with PAN number format.
pinCodeValidate({required String content}) bool
This Method will validate your content from Pin Code Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with Pic Code format.
toString() String
A string representation of this object.
inherited
urnNumberValidate({required String content}) bool
This Method will validate your content from URN Number Format. content Content is a Required parameter. Pass your inputed or that value which you want to compare with URN Number format.

Operators

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