OwnershipTransferred constructor

OwnershipTransferred(
  1. List response
)

Implementation

OwnershipTransferred(List<dynamic> response)
    : previousOwner = (response[0] as _i1.EthereumAddress),
      newOwner = (response[1] as _i1.EthereumAddress);