MetadataEntry constructor

MetadataEntry(
  1. String? name,
  2. String? value
)

Implementation

MetadataEntry(
  this.name,
  this.value,
);