CardFields class

Constructors

CardFields.new(String? card_number, String? cardholder_name, String? cvv, String? expiration_month, String? expiration_year, String? skyflow_id)
CardFields.empty()
factory
CardFields.fromJson(Map<String, dynamic> json)
factory

Properties

card_number String?
final
cardholder_name String?
final
cvv String?
final
expiration_month String?
final
expiration_year String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skyflow_id String?
final

Methods

copyWith({String? card_number, String? cardholder_name, String? cvv, String? expiration_month, String? expiration_year, String? skyflow_id}) CardFields
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