CreateNamedQueryOutput constructor

CreateNamedQueryOutput({
  1. String? namedQueryId,
})

Implementation

CreateNamedQueryOutput({
  this.namedQueryId,
});