copyWith property

Copy function for AppointmentParticipant Returns a copy of the current instance with the provided fields modified. If a field is not provided, it will retain its original value. If a null is provided, this will clearn the field, unless the field is required, in which case it will keep its current value.

Implementation

@override
$AppointmentParticipantCopyWith<AppointmentParticipant> get copyWith =>
    _$AppointmentParticipantCopyWithImpl<AppointmentParticipant>(
      this,
      (value) => value,
    );