ResultMetadata constructor

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

Implementation

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