CardWithId constructor
CardWithId({
- GoogleAppsCardV1Card? card,
- String? cardId,
Implementation
CardWithId({
this.card,
this.cardId,
});
CardWithId({
this.card,
this.cardId,
});