$ThirdPartyOnlyConfig.fromJson constructor
      
      $ThirdPartyOnlyConfig.fromJson(
    
    
- Map json_
Implementation
$ThirdPartyOnlyConfig.fromJson(core.Map json_)
  : this(
      pixelOrderIdReportingEnabled:
          json_['pixelOrderIdReportingEnabled'] as core.bool?,
    );