Signer constructor

Signer(
  1. String key,
  2. String type,
  3. int weight
)

Implementation

Signer(this.key, this.type, this.weight);