TronRequestDeployContract constructor
      
      TronRequestDeployContract({})
     
    
    
Implementation
TronRequestDeployContract(
    {required this.abi,
    required this.byteCode,
    this.feeLimit,
    this.originEnergyLimit,
    required this.ownerAddress,
    required this.name,
    this.callValue,
    this.consumeUserResourcePercent,
    this.permissionId,
    this.parameter,
    this.visible = true});