GhostKey constructor

GhostKey(
  1. String type,
  2. String mask,
  3. List<String> keys
)

Implementation

GhostKey(this.type, this.mask, this.keys);