Shell constructor

Shell(
  1. String key,
  2. String value
)

Implementation

Shell(this.key, this.value);