copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$IsibookReservationSlotCopyWith<IsibookReservationSlot> get copyWith
inherited

Create a copy of IsibookReservationSlot with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$IsibookReservationSlotCopyWith<IsibookReservationSlot> get copyWith =>
    _$IsibookReservationSlotCopyWithImpl<IsibookReservationSlot>(
        this as IsibookReservationSlot, _$identity);