ResultMetadata constructor
ResultMetadata({
- String? dataType,
- String? description,
- String? field,
- JsonSchema? jsonSchema,
Implementation
ResultMetadata({
this.dataType,
this.description,
this.field,
this.jsonSchema,
});