TronRequestWithdrawExpireUnfreeze constructor
TronRequestWithdrawExpireUnfreeze({
- required TronAddress ownerAddress,
- int? permissionId,
- bool visible = true,
Implementation
TronRequestWithdrawExpireUnfreeze(
{required this.ownerAddress, this.permissionId, this.visible = true});