CardConfig constructor

const CardConfig(
  1. String type,
  2. String desc
)

Implementation

const CardConfig(this.type, this.desc);