ProposalDeleteContract constructor

ProposalDeleteContract({
  1. required TronAddress ownerAddress,
  2. BigInt? proposalId,
})

Create a new ProposalDeleteContract instance with specified parameters.

Implementation

ProposalDeleteContract({required this.ownerAddress, this.proposalId});