copyWith method

WebApiModulesHomeOrderDayOrderDay copyWith({
  1. int? orderDayId,
  2. String? orderId,
  3. String? orderDate,
  4. String? dayName,
  5. String? activityHint,
  6. String? activityDescription,
  7. String? startTime,
  8. String? stopTime,
  9. double? hours,
  10. double? hoursOvertime,
  11. double? hoursDoubletime,
  12. String? break1StartTime,
  13. String? break1StopTime,
  14. String? break2StartTime,
  15. String? break2StopTime,
  16. String? break3StartTime,
  17. String? break3StopTime,
  18. String? breakTime,
  19. String? dailyTotalTime,
  20. String? venueId,
  21. String? venue,
  22. String? venueAddress1,
  23. String? venueAddress2,
  24. String? venueCity,
  25. String? venueState,
  26. String? venueCountryId,
  27. String? venueCountry,
  28. String? venueZipCode,
  29. bool? billable,
  30. bool? totalTimeEstimated,
  31. bool? break1PaId,
  32. bool? break2PaId,
  33. bool? break3PaId,
  34. bool? milestone,
  35. String? notes,
  36. String? auditNote,
  37. String? recordTitle,
  38. dynamic urlIdentifier,
  39. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  40. List<FwStandardDataFwCustomValue>? custom,
  41. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  42. FwStandardBusinessLogicFwBusinessLogic? original,
  43. List<FwStandardDataFwTranslatedValue>? translation,
  44. bool? hasImport,
  45. bool? hasDocuments,
  46. String? createdByUserId,
  47. String? createdByUserName,
  48. String? createdDateTime,
  49. String? modifiedByUserId,
  50. String? modifiedByUserName,
  51. String? modifiedDateTime,
})

Implementation

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