MetadataValue constructor

MetadataValue({
  1. String? value,
})

Implementation

MetadataValue({
  this.value,
});