RemovePolicyApplicationsRequest.fromJson constructor
RemovePolicyApplicationsRequest.fromJson(
- Map json_
Implementation
RemovePolicyApplicationsRequest.fromJson(core.Map json_)
: this(
packageNames:
(json_['packageNames'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);