Card constructor
Card({})
Returns a new Card instance.
Implementation
Card({
this.id,
this.created,
this.modified,
this.deletedAt,
required this.stripeToken,
this.stripeId,
this.last4,
this.brand,
this.country,
this.expMonth,
this.expYear,
this.isDefault,
this.isActive,
required this.user,
});