DisplayData constructor

DisplayData({
  1. String? cardDisplayStyle,
})

Implementation

DisplayData({
  this.cardDisplayStyle,
});