LiteralElement constructor

LiteralElement(
  1. String value, {
  2. bool caseSensitive = false,
  3. String? description,
})

Implementation

LiteralElement(this.value, {this.caseSensitive = false, this.description});