PolicyControllerBundleInstallSpec.fromJson constructor

PolicyControllerBundleInstallSpec.fromJson(
  1. Map json_
)

Implementation

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