QueryStringSection constructor

QueryStringSection(
  1. String value, {
  2. TokensColor? color,
})

Implementation

QueryStringSection(this.value, {this.color});