LexiconDescription constructor

LexiconDescription({
  1. LexiconAttributes? attributes,
  2. String? name,
})

Implementation

LexiconDescription({
  this.attributes,
  this.name,
});