Skey constructor

Skey({
  1. String? ci,
  2. String? value,
})

Implementation

Skey({
  this.ci,
  this.value,
});