KeyValuePair constructor

KeyValuePair(
  1. Expression key,
  2. Token? colon,
  3. Expression? value
)

Implementation

KeyValuePair(this.key, this.colon, this.value);