PodSnapshotConfig.fromJson constructor
PodSnapshotConfig.fromJson(
- Map json_
Implementation
PodSnapshotConfig.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);
PodSnapshotConfig.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);