TextSymbol constructor

const TextSymbol(
  1. String name,
  2. CitrusText value
)

Implementation

const TextSymbol(this.name, this.value);