ResourceManifest.fromJson constructor

ResourceManifest.fromJson(
  1. Map json_
)

Implementation

ResourceManifest.fromJson(core.Map json_)
  : this(
      clusterScoped: json_['clusterScoped'] as core.bool?,
      manifest: json_['manifest'] as core.String?,
    );