Delinquent constructor

Delinquent({
  1. int? commission,
  2. bool? epochVoteAccount,
  3. List<List<int>>? epochCredits,
  4. String? nodePubkey,
  5. int? lastVote,
  6. int? activatedStake,
  7. String? votePubkey,
})

Implementation

Delinquent(
    {this.commission,
    this.epochVoteAccount,
    this.epochCredits,
    this.nodePubkey,
    this.lastVote,
    this.activatedStake,
    this.votePubkey});