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
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