KeyOwnershipValidation constructor

KeyOwnershipValidation(
  1. String owner,
  2. String atSign,
  3. KeyType type
)

Implementation

KeyOwnershipValidation(this.owner, this.atSign, this.type);