DelegateChanged constructor

DelegateChanged(
  1. List response
)

Implementation

DelegateChanged(List<dynamic> response)
    : delegator = (response[0] as _i1.EthereumAddress),
      fromDelegate = (response[1] as _i1.EthereumAddress),
      toDelegate = (response[2] as _i1.EthereumAddress);