Primary constructor
Primary({
- String? text,
- List<
Components> ? components, - String? type,
- String? modifier,
Implementation
Primary({this.text, this.components, this.type, this.modifier});