NewOwner constructor

NewOwner(
  1. List response
)

Implementation

NewOwner(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      label = (response[1] as _i2.Uint8List),
      owner = (response[2] as _i1.EthereumAddress);