SearchModel constructor
SearchModel({})
Implementation
SearchModel({
required this.query,
this.trigger,
this.service,
this.mode,
this.filters,
this.ordering,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});