mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-20 13:43:43 +02:00
fix(flutter_availability_data_interface): correct dartdoc for endDate property on an availability
This commit is contained in:
parent
de5bc0b27c
commit
9a3f1f5da3
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