copyWithWrapped method
Implementation
WebApiModulesSettingsFacilitySettingsBuildingSortFloorsRequest
copyWithWrapped(
{Wrapped<int?>? startAtIndex, Wrapped<List<String>?>? floorIds}) {
return WebApiModulesSettingsFacilitySettingsBuildingSortFloorsRequest(
startAtIndex:
(startAtIndex != null ? startAtIndex.value : this.startAtIndex),
floorIds: (floorIds != null ? floorIds.value : this.floorIds));
}