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