BalanceResponseBean constructor

BalanceResponseBean(
  1. String? address,
  2. BigInt? greenBalance,
  3. BigInt? redBalance,
  4. BigInt? greenPenalty,
  5. BigInt? redPenalty,
  6. int? penaltySlots,
  7. String? generatorSith,
)

Implementation

BalanceResponseBean(
    this.address,
    this.greenBalance,
    this.redBalance,
    this.greenPenalty,
    this.redPenalty,
    this.penaltySlots,
    this.generatorSith);