Claim constructor

Claim(
  1. List response
)

Implementation

Claim(List<dynamic> response)
    : claimant = (response[0] as _i1.EthereumAddress),
      amount = (response[1] as BigInt);