SearchRequestBean constructor
SearchRequestBean({})
Implementation
SearchRequestBean(
{List<String>? expand,
List<String>? fields,
bool? fieldsByKeys,
this.jql,
this.maxResults,
List<String>? properties,
this.startAt,
this.validateQuery})
: expand = expand ?? [],
fields = fields ?? [],
fieldsByKeys = fieldsByKeys ?? false,
properties = properties ?? [];