TronRequestWithdrawExpireUnfreeze constructor

TronRequestWithdrawExpireUnfreeze({
  1. required TronAddress ownerAddress,
  2. int? permissionId,
  3. bool visible = true,
})

Implementation

TronRequestWithdrawExpireUnfreeze(
    {required this.ownerAddress, this.permissionId, this.visible = true});