DataCollectionOptionsDbSystem.fromJson constructor

DataCollectionOptionsDbSystem.fromJson(
  1. Map json_
)

Implementation

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