KeyShareValidation constructor

KeyShareValidation(
  1. String owner,
  2. String sharedWith,
  3. KeyType type
)

Implementation

KeyShareValidation(this.owner, this.sharedWith, this.type);