QueryParams constructor

const QueryParams({
  1. required String projectId,
  2. required String source,
  3. required String st,
  4. required String sv,
})

Implementation

const factory QueryParams({
  required String projectId,
  required String source,
  required String st,
  required String sv,
}) = _QueryParams;