JwkSet constructor

const JwkSet(
  1. List<Jwk> keys
)

Implementation

const JwkSet(this.keys);