CardWithId constructor

CardWithId({
  1. GoogleAppsCardV1Card? card,
  2. String? cardId,
})

Implementation

CardWithId({
  this.card,
  this.cardId,
});