WithdrawExpireUnfreezeContract constructor

WithdrawExpireUnfreezeContract({
  1. required TronAddress ownerAddress,
})

Create a new WithdrawExpireUnfreezeContract instance with specified parameters.

Implementation

WithdrawExpireUnfreezeContract({required this.ownerAddress});