GetNamedQueryOutput constructor

GetNamedQueryOutput({
  1. NamedQuery? namedQuery,
})

Implementation

GetNamedQueryOutput({
  this.namedQuery,
});