Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Fix deprecation option
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Sep 19, 2023
1 parent 695f36e commit de0edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/booking/models/booking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class BookingsPerSeats {
final TimeOfDay? timeEnd;
@JsonKey(defaultValue: [])
final BookedSeatList seats;
@JsonKey(ignore: true)
@JsonKey(includeFromJson: false)
late final DateTime date; // Not given by api

BookingsPerSeats({
Expand Down

0 comments on commit de0edf5

Please sign in to comment.