Signer constructor

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

Implementation

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