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