RechargeData class

Inheritance

Constructors

RechargeData.new()

Properties

amount double
getter/setter pair
campaignTermsAccepted bool
getter/setter pair
cardId String?
getter/setter pair
commerceId String?
getter/setter pair
concept String?
getter/setter pair
errors Map<String?, FieldError>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
pin String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveCard bool
getter/setter pair
willEnterCampaign bool
getter/setter pair

Methods

addError(String? field, String errorMessage) → void
inherited
clearError(String field) → void
inherited
getError(String field) String?
inherited
hasError(String? field) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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