MeTuple constructor

const MeTuple(
  1. String key,
  2. String val
)

Create a tuple

Implementation

const MeTuple(this.key, this.val);