ClearABIContract constructor

ClearABIContract({
  1. required TronAddress ownerAddress,
  2. required TronAddress contractAddress,
})

Create a new ClearABIContract instance with specified parameters.

Implementation

ClearABIContract({required this.ownerAddress, required this.contractAddress});