Key constructor

const Key(
  1. String _value
)

Create key.

Implementation

const Key(this._value);