CardId constructor

CardId({
  1. String? id,
  2. String? frontJoin,
  3. String? backJoin,
  4. DateTime? time,
  5. String? uniqueId,
})

Implementation

CardId({this.id, this.frontJoin, this.backJoin, this.time, this.uniqueId});