ExpresspayCard class
Constructors
- ExpresspayCard({required String? number, required num? expireMonth, required num? expireYear, required String? cvv})
- ExpresspayCard.fromJson(dynamic json)
- ExpresspayCard.test(String? LABEL, {required String? number, required num? expireMonth, required num? expireYear, required String? cvv})
Properties
- cvv ↔ String?
-
getter/setter pair
- expireMonth ↔ num?
-
getter/setter pair
- expireYear ↔ num?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- number ↔ String?
-
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited