$ThirdPartyOnlyConfig.fromJson constructor

$ThirdPartyOnlyConfig.fromJson(
  1. Map json_
)

Implementation

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