NotCoveredPubKey constructor

NotCoveredPubKey(
  1. String pubKey,
  2. int coverage
)

Implementation

NotCoveredPubKey(this.pubKey, this.coverage);