KeyValue constructor

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

Implementation

KeyValue(this.label, this.key);