ResultMetadata constructor

ResultMetadata({
  1. String? dataType,
  2. String? description,
  3. JsonSchema? jsonSchema,
  4. String? name,
})

Implementation

ResultMetadata({
  this.dataType,
  this.description,
  this.jsonSchema,
  this.name,
});