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