Keys constructor

Keys({
  1. String? kid,
  2. String? kty,
  3. String? crv,
  4. String? x,
  5. String? y,
})

Implementation

Keys({this.kid, this.kty, this.crv, this.x, this.y});