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 committed by FlutterJoey
parent 559e7e2b73
commit a8af7fd6ac

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