TronRequestExchangeWithdraw constructor
      
      TronRequestExchangeWithdraw({})
     
    
    
Implementation
TronRequestExchangeWithdraw(
    {required this.ownerAddress,
    required this.exchangeId,
    required this.tokenId,
    required this.quant,
    this.permissionId,
    this.visible = true});