$OSPolicyAssignmentLabelSet.fromJson constructor
$OSPolicyAssignmentLabelSet.fromJson(
- Map json_
Implementation
$OSPolicyAssignmentLabelSet.fromJson(core.Map json_)
: this(
labels: (json_['labels'] as core.Map<core.String, core.dynamic>?)?.map(
(key, value) => core.MapEntry(key, value as core.String),
),
);