AllocationPolicy_LocationPolicy constructor
Implementation
factory AllocationPolicy_LocationPolicy({
$core.Iterable<$core.String>? allowedLocations,
}) {
final $result = create();
if (allowedLocations != null) {
$result.allowedLocations.addAll(allowedLocations);
}
return $result;
}