Primary constructor

Primary({
  1. String? text,
  2. List<Components>? components,
  3. String? type,
  4. String? modifier,
})

Implementation

Primary({this.text, this.components, this.type, this.modifier});