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