StringMapContextEntry constructor
Creates a new UriMapContextEntry from a key
and a plain string
value
.
Implementation
const StringMapContextEntry(super.key, this.value);
Creates a new UriMapContextEntry from a key
and a plain string
value
.
const StringMapContextEntry(super.key, this.value);