CardInfo class

Card Info

Constructors

CardInfo({required String bank, required String country, required String type, String? brand, String? cardArtUrl, String? fingerprint})
CardInfo.from(Map json)
Convert Map to CardInfo

Properties

bank String
Bank
final
brand String?
Brand
final
cardArtUrl String?
Card Art URL
final
country String
Country
final
fingerprint String?
Card Fingerprint
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Card Type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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