MetadataKeyValuePair constructor

MetadataKeyValuePair({
  1. String? metadataKey,
  2. String? metadataValue,
})

Implementation

MetadataKeyValuePair({
  this.metadataKey,
  this.metadataValue,
});