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