KeyValue constructor

KeyValue(
  1. String key,
  2. dynamic value
)

Implementation

KeyValue(this.key, this.value);