TronRequestWithdrawBalance constructor
TronRequestWithdrawBalance({
- required TronAddress ownerAddress,
- bool visible = true,
Implementation
TronRequestWithdrawBalance({required this.ownerAddress, this.visible = true});