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