KeyPair constructor

const KeyPair(
  1. String field,
  2. String value
)

Creates the keypair.

Implementation

const KeyPair(this.field, this.value);