QueryString.special constructor
QueryString.special(
- String value
Implementation
QueryString.special(String value)
: sections = value.isEmpty
? <QueryStringSection>[]
: [QueryStringSection(value, color: TokensColor.blue)];