contractAddress property

String? contractAddress

If this transaction has a null to address, it is an init transaction used to deploy a contract, in which case this is the address created by that contract.

Implementation

String? get contractAddress => impl.contractAddress;