FragmentSymbol constructor

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

Implementation

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