copyWith method

Implementation

WebApiModulesSettingsOfficeLocationSettingsOfficeLocationGetManyOfficeLocationModel
    copyWith({String? locationId, String? location}) {
  return WebApiModulesSettingsOfficeLocationSettingsOfficeLocationGetManyOfficeLocationModel(
      locationId: locationId ?? this.locationId,
      location: location ?? this.location);
}