ProposalDeleteContract constructor
ProposalDeleteContract({
- required TronAddress ownerAddress,
- BigInt? proposalId,
Create a new ProposalDeleteContract instance with specified parameters.
Implementation
ProposalDeleteContract({required this.ownerAddress, this.proposalId});