DataValidation class

Constructors

DataValidation()

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

amount(Map data, {int minAmount = 1, int maxAmount = 0}) Map
createInvoiceWallet(Map data, {int minAmount = 1, int maxAmount = 0}) Map
createPayoutWallet(Map data, {int minAmount = 10000, int maxAmount = 0}) Map
createWallet(Map data) Map
email(Map data) Map
external_id(Map data, {bool isMustBeContain = false}) Map
getInvoiceWallet(Map data) Map
getPayoutWallet(Map data) Map
getVerify(Map data) Map
google(Map data) Map
id(Map data) Map
password(Map data, {bool isPasswordCheckLength = true}) Map
phoneNumber(Map data) Map
setBio(Map data) Map
setName(Map data) Map
setVerify(Map data) Map
title(Map data) Map
username(Map data) Map