ValidatorHelper class

Constructors

ValidatorHelper()

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
validateEmail(String value, {String? errorMessage, String? errorMessage2}) String?
validateMobile(String value, {String? errorMessage, String? errorMessage2}) String?
validateMoney(String valueWithCurency, int minimalValue, {String? errorMessage, String? errorMessage2, String? errorMessage3}) String?
validateNop(String value, {String? errorMessage, String? errorMessage2}) String?
validateObject(dynamic value, {String? errorMessage}) String?
validateText(String value, {String? errorMessage}) String?
validateYear(String value, {String? errorMessage, String? errorMessage2}) String?

Operators

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

Static Properties

errorEmpty String
getter/setter pair

Constants

maxNop → const int
maxNopd → const int
maxNpwp → const int
maxSkpd → const int