UtilsIugu class
Constructors
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
-
getBrandByCreditCardNumber(
String creditCardNumber) → String? -
getMonthYearByFullExpiration(
String date) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateAccountID(
String accountId) → bool -
validateCreditCardNumber(
String creditCard) → bool -
validateCVV(
String name, String cvv) → bool -
validateExpiration(
String _month, String _year) → bool -
validateExpirationString(
String date) → bool -
validateFirstName(
String firstName) → bool -
validateLastName(
String lastName) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited