copyWith method
Implementation
WebApiModulesAdministratorSystemUpdateApplyUpdateRequest copyWith(
{String? currentVersion, String? toVersion}) {
return WebApiModulesAdministratorSystemUpdateApplyUpdateRequest(
currentVersion: currentVersion ?? this.currentVersion,
toVersion: toVersion ?? this.toVersion);
}