DeployResult constructor
DeployResult({
- required Contract contract,
- required String transactionHash,
- required TransactionReceipt receipt,
Implementation
DeployResult({
required this.contract,
required this.transactionHash,
required this.receipt,
});