mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 05:03:44 +02:00
fix(flutter_availability_data_interface): correct dartdoc for endDate property on an availability
This commit is contained in:
parent
559e7e2b73
commit
a8af7fd6ac
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class AvailabilityModel {
|
|||
|
||||
/// 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;
|
||||
|
||||
/// A list of breaks during the specified time period
|
||||
|
|
Loading…
Reference in a new issue