$QueryMetadataRequest constructor

$QueryMetadataRequest({
  1. String? query,
})

Implementation

$QueryMetadataRequest({
  this.query,
});