ABI constructor

ABI(
  1. List response
)

Implementation

ABI(List<dynamic> response)
    : var1 = (response[0] as BigInt),
      var2 = (response[1] as _i2.Uint8List);