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