KeyValue constructor

KeyValue(
  1. String mKey,
  2. dynamic mValue
)

Implementation

KeyValue(
  this.mKey,
  this.mValue,
);