Transfer constructor
Transfer(
- List response
Implementation
Transfer(List<dynamic> response)
: from = (response[0] as _i1.EthereumAddress),
to = (response[1] as _i1.EthereumAddress),
value = (response[2] as BigInt);