TronRequestGetCanWithdrawUnfreezeAmount constructor

TronRequestGetCanWithdrawUnfreezeAmount({
  1. required TronAddress ownerAddress,
  2. required BigInt timestamp,
  3. bool visible = true,
})

Implementation

TronRequestGetCanWithdrawUnfreezeAmount(
    {required this.ownerAddress,
    required this.timestamp,
    this.visible = true});