Card class

Constructors

Card({required String brand, required String country, required int expMonth, required int expYear, required String fingerprint, required String funding, required String last4, Networks? networks})
Card.fromJson(Map json)
factory

Properties

brand String
getter/setter pair
country String
getter/setter pair
expMonth int
getter/setter pair
expYear int
getter/setter pair
fingerprint String
getter/setter pair
funding String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
last4 String
getter/setter pair
networks Networks?
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
toString() String
A string representation of this object.
inherited

Operators

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