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