Signature constructor

const Signature(
  1. BigInt r,
  2. BigInt s,
  3. int v
)

Implementation

const Signature(this.r, this.s, this.v);