DocumentsApiQuery constructor
DocumentsApiQuery({
- required DocumentsApiQueryType type,
- required String typeValue,
- String? version,
Implementation
DocumentsApiQuery({
required this.type,
required this.typeValue,
this.version,
});