AutoMonitoringConfig.fromJson constructor

AutoMonitoringConfig.fromJson(
  1. Map json_
)

Implementation

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