AssetEnrichment.fromJson constructor
AssetEnrichment.fromJson(
- Map json_
Implementation
AssetEnrichment.fromJson(core.Map json_)
: this(
resourceOwners: json_.containsKey('resourceOwners')
? ResourceOwners.fromJson(json_['resourceOwners']
as core.Map<core.String, core.dynamic>)
: null,
);