IaCardLinkSavedCard constructor

const IaCardLinkSavedCard({
  1. required String name,
  2. String? canCode,
})

Constructs a new instance of IaCardLinkSavedCard.

Implementation

const IaCardLinkSavedCard({
  required this.name,
  this.canCode,
});