EcKeyType constructor

EcKeyType({
  1. String? signatureAlgorithm,
})

Implementation

EcKeyType({
  this.signatureAlgorithm,
});