Approval constructor

Approval(
  1. List response
)

Implementation

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