ResultMetadata constructor

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

Implementation

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