PolicyControllerBundleInstallSpec.fromJson constructor
PolicyControllerBundleInstallSpec.fromJson(
- Map json_
Implementation
PolicyControllerBundleInstallSpec.fromJson(core.Map json_)
: this(
exemptedNamespaces: json_.containsKey('exemptedNamespaces')
? (json_['exemptedNamespaces'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);