AutoMonitoringConfig.fromJson constructor
AutoMonitoringConfig.fromJson(
- Map json_
Implementation
AutoMonitoringConfig.fromJson(core.Map json_)
: this(
scope: json_['scope'] as core.String?,
);