ECDSAKey constructor

ECDSAKey([
  1. String formatId,
  2. String curveId,
  3. Uint8List q
])

Implementation

ECDSAKey([this.formatId, this.curveId, this.q]);