fix(flutter_availability_data_interface): correct dartdoc for endDate property on an availability

This commit is contained in:
Joey Boerwinkel 2024-07-03 10:30:22 +02:00
parent de5bc0b27c
commit 9a3f1f5da3

View file

@ -23,7 +23,7 @@ class AvailabilityModel {
/// The until date of this availability /// The until date of this availability
/// ///
/// [endDate] will always be before the start date. /// [endDate] will always be after the start date.
final DateTime endDate; final DateTime endDate;
/// A list of breaks during the specified time period /// A list of breaks during the specified time period