ManifestProp constructor

ManifestProp(
  1. String key,
  2. String value
)

Implementation

ManifestProp(this.key, this.value);