QueryTemplate constructor

QueryTemplate({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? documentation,
  5. String? name,
  6. String? primaryContact,
  7. String? proposer,
  8. Routine? routine,
  9. String? state,
  10. String? updateTime,
})

Implementation

QueryTemplate({
  this.createTime,
  this.description,
  this.displayName,
  this.documentation,
  this.name,
  this.primaryContact,
  this.proposer,
  this.routine,
  this.state,
  this.updateTime,
});