InvalidKeyLength constructor

InvalidKeyLength(
  1. int actual,
  2. int expected
)

Implementation

InvalidKeyLength(this.actual, this.expected);