AuthorisationChanged constructor

AuthorisationChanged(
  1. List response
)

Implementation

AuthorisationChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      owner = (response[1] as _i1.EthereumAddress),
      target = (response[2] as _i1.EthereumAddress),
      isAuthorised = (response[3] as bool);