GlossaryItem constructor

const GlossaryItem(
  1. String name, {
  2. String? desc,
})

Implementation

const GlossaryItem(this.name, {this.desc});