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