QueryStringSection constructor
QueryStringSection(
- String value, {
- TokensColor? color,
Implementation
QueryStringSection(this.value, {this.color});
QueryStringSection(this.value, {this.color});