DocumentsApiQuery constructor

DocumentsApiQuery({
  1. required DocumentsApiQueryType type,
  2. required String typeValue,
  3. String? version,
})

Implementation

DocumentsApiQuery({
  required this.type,
  required this.typeValue,
  this.version,
});