Card class

Constructors

Card.new(String? type, String? brand, String? address, String? card_number, String? holder_name, String? expiration_year, String? expiration_month, bool? allows_charges, bool? allows_payouts, String? bank_name, String? points_type, bool? points_card, String? bank_code)
Card.empty()
factory
Card.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
final
allows_charges bool?
final
allows_payouts bool?
final
bank_code String?
final
bank_name String?
final
brand String?
final
card_number String?
final
expiration_month String?
final
expiration_year String?
final
hashCode int
The hash code for this object.
no setterinherited
holder_name String?
final
points_card bool?
final
points_type String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final

Methods

copyWith({String? type, String? brand, String? address, String? card_number, String? holder_name, String? expiration_year, String? expiration_month, bool? allows_charges, bool? allows_payouts, String? bank_name, String? points_type, bool? points_card, String? bank_code}) Card
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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