to property

String? to

The address this transaction is to.

This is null if the transaction was an init transaction, used to deploy a contract.

Implementation

String? get to => impl.to;