DelegateVotesChanged constructor

DelegateVotesChanged(
  1. List response
)

Implementation

DelegateVotesChanged(List<dynamic> response)
    : delegate = (response[0] as _i1.EthereumAddress),
      previousBalance = (response[1] as BigInt),
      newBalance = (response[2] as BigInt);