StringMapContextEntry constructor

const StringMapContextEntry(
  1. String key,
  2. String value
)

Creates a new UriMapContextEntry from a key and a plain string value.

Implementation

const StringMapContextEntry(super.key, this.value);