copyWithWrapped method
WebApiModulesHomeOrderDayOrderDay
copyWithWrapped({
- Wrapped<
int?> ? orderDayId, - Wrapped<
String?> ? orderId, - Wrapped<
String?> ? orderDate, - Wrapped<
String?> ? dayName, - Wrapped<
String?> ? activityHint, - Wrapped<
String?> ? activityDescription, - Wrapped<
String?> ? startTime, - Wrapped<
String?> ? stopTime, - Wrapped<
double?> ? hours, - Wrapped<
double?> ? hoursOvertime, - Wrapped<
double?> ? hoursDoubletime, - Wrapped<
String?> ? break1StartTime, - Wrapped<
String?> ? break1StopTime, - Wrapped<
String?> ? break2StartTime, - Wrapped<
String?> ? break2StopTime, - Wrapped<
String?> ? break3StartTime, - Wrapped<
String?> ? break3StopTime, - Wrapped<
String?> ? breakTime, - Wrapped<
String?> ? dailyTotalTime, - Wrapped<
String?> ? venueId, - Wrapped<
String?> ? venue, - Wrapped<
String?> ? venueAddress1, - Wrapped<
String?> ? venueAddress2, - Wrapped<
String?> ? venueCity, - Wrapped<
String?> ? venueState, - Wrapped<
String?> ? venueCountryId, - Wrapped<
String?> ? venueCountry, - Wrapped<
String?> ? venueZipCode, - Wrapped<
bool?> ? billable, - Wrapped<
bool?> ? totalTimeEstimated, - Wrapped<
bool?> ? break1PaId, - Wrapped<
bool?> ? break2PaId, - Wrapped<
bool?> ? break3PaId, - Wrapped<
bool?> ? milestone, - Wrapped<
String?> ? notes, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped? urlIdentifier,
- Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
FwStandardBusinessLogicFwBusinessLogic?> ? original, - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?> - Wrapped<
bool?> ? hasImport, - Wrapped<
bool?> ? hasDocuments, - Wrapped<
String?> ? createdByUserId, - Wrapped<
String?> ? createdByUserName, - Wrapped<
String?> ? createdDateTime, - Wrapped<
String?> ? modifiedByUserId, - Wrapped<
String?> ? modifiedByUserName, - Wrapped<
String?> ? modifiedDateTime,
Implementation
WebApiModulesHomeOrderDayOrderDay copyWithWrapped({
Wrapped<int?>? orderDayId,
Wrapped<String?>? orderId,
Wrapped<String?>? orderDate,
Wrapped<String?>? dayName,
Wrapped<String?>? activityHint,
Wrapped<String?>? activityDescription,
Wrapped<String?>? startTime,
Wrapped<String?>? stopTime,
Wrapped<double?>? hours,
Wrapped<double?>? hoursOvertime,
Wrapped<double?>? hoursDoubletime,
Wrapped<String?>? break1StartTime,
Wrapped<String?>? break1StopTime,
Wrapped<String?>? break2StartTime,
Wrapped<String?>? break2StopTime,
Wrapped<String?>? break3StartTime,
Wrapped<String?>? break3StopTime,
Wrapped<String?>? breakTime,
Wrapped<String?>? dailyTotalTime,
Wrapped<String?>? venueId,
Wrapped<String?>? venue,
Wrapped<String?>? venueAddress1,
Wrapped<String?>? venueAddress2,
Wrapped<String?>? venueCity,
Wrapped<String?>? venueState,
Wrapped<String?>? venueCountryId,
Wrapped<String?>? venueCountry,
Wrapped<String?>? venueZipCode,
Wrapped<bool?>? billable,
Wrapped<bool?>? totalTimeEstimated,
Wrapped<bool?>? break1PaId,
Wrapped<bool?>? break2PaId,
Wrapped<bool?>? break3PaId,
Wrapped<bool?>? milestone,
Wrapped<String?>? notes,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<dynamic>? urlIdentifier,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
Wrapped<bool?>? hasImport,
Wrapped<bool?>? hasDocuments,
Wrapped<String?>? createdByUserId,
Wrapped<String?>? createdByUserName,
Wrapped<String?>? createdDateTime,
Wrapped<String?>? modifiedByUserId,
Wrapped<String?>? modifiedByUserName,
Wrapped<String?>? modifiedDateTime,
}) {
return WebApiModulesHomeOrderDayOrderDay(
orderDayId: (orderDayId != null ? orderDayId.value : this.orderDayId),
orderId: (orderId != null ? orderId.value : this.orderId),
orderDate: (orderDate != null ? orderDate.value : this.orderDate),
dayName: (dayName != null ? dayName.value : this.dayName),
activityHint: (activityHint != null
? activityHint.value
: this.activityHint),
activityDescription: (activityDescription != null
? activityDescription.value
: this.activityDescription),
startTime: (startTime != null ? startTime.value : this.startTime),
stopTime: (stopTime != null ? stopTime.value : this.stopTime),
hours: (hours != null ? hours.value : this.hours),
hoursOvertime: (hoursOvertime != null
? hoursOvertime.value
: this.hoursOvertime),
hoursDoubletime: (hoursDoubletime != null
? hoursDoubletime.value
: this.hoursDoubletime),
break1StartTime: (break1StartTime != null
? break1StartTime.value
: this.break1StartTime),
break1StopTime: (break1StopTime != null
? break1StopTime.value
: this.break1StopTime),
break2StartTime: (break2StartTime != null
? break2StartTime.value
: this.break2StartTime),
break2StopTime: (break2StopTime != null
? break2StopTime.value
: this.break2StopTime),
break3StartTime: (break3StartTime != null
? break3StartTime.value
: this.break3StartTime),
break3StopTime: (break3StopTime != null
? break3StopTime.value
: this.break3StopTime),
breakTime: (breakTime != null ? breakTime.value : this.breakTime),
dailyTotalTime: (dailyTotalTime != null
? dailyTotalTime.value
: this.dailyTotalTime),
venueId: (venueId != null ? venueId.value : this.venueId),
venue: (venue != null ? venue.value : this.venue),
venueAddress1: (venueAddress1 != null
? venueAddress1.value
: this.venueAddress1),
venueAddress2: (venueAddress2 != null
? venueAddress2.value
: this.venueAddress2),
venueCity: (venueCity != null ? venueCity.value : this.venueCity),
venueState: (venueState != null ? venueState.value : this.venueState),
venueCountryId: (venueCountryId != null
? venueCountryId.value
: this.venueCountryId),
venueCountry: (venueCountry != null
? venueCountry.value
: this.venueCountry),
venueZipCode: (venueZipCode != null
? venueZipCode.value
: this.venueZipCode),
billable: (billable != null ? billable.value : this.billable),
totalTimeEstimated: (totalTimeEstimated != null
? totalTimeEstimated.value
: this.totalTimeEstimated),
break1PaId: (break1PaId != null ? break1PaId.value : this.break1PaId),
break2PaId: (break2PaId != null ? break2PaId.value : this.break2PaId),
break3PaId: (break3PaId != null ? break3PaId.value : this.break3PaId),
milestone: (milestone != null ? milestone.value : this.milestone),
notes: (notes != null ? notes.value : this.notes),
auditNote: (auditNote != null ? auditNote.value : this.auditNote),
recordTitle: (recordTitle != null ? recordTitle.value : this.recordTitle),
urlIdentifier: (urlIdentifier != null
? urlIdentifier.value
: this.urlIdentifier),
fields: (fields != null ? fields.value : this.fields),
custom: (custom != null ? custom.value : this.custom),
defaultFieldAttributes: (defaultFieldAttributes != null
? defaultFieldAttributes.value
: this.defaultFieldAttributes),
original: (original != null ? original.value : this.original),
translation: (translation != null ? translation.value : this.translation),
hasImport: (hasImport != null ? hasImport.value : this.hasImport),
hasDocuments: (hasDocuments != null
? hasDocuments.value
: this.hasDocuments),
createdByUserId: (createdByUserId != null
? createdByUserId.value
: this.createdByUserId),
createdByUserName: (createdByUserName != null
? createdByUserName.value
: this.createdByUserName),
createdDateTime: (createdDateTime != null
? createdDateTime.value
: this.createdDateTime),
modifiedByUserId: (modifiedByUserId != null
? modifiedByUserId.value
: this.modifiedByUserId),
modifiedByUserName: (modifiedByUserName != null
? modifiedByUserName.value
: this.modifiedByUserName),
modifiedDateTime: (modifiedDateTime != null
? modifiedDateTime.value
: this.modifiedDateTime),
);
}