menu
period_date_flutter package
documentation
period_date_flutter_provider.dart
MonthRange
MonthRange.new const constructor
MonthRange.new const constructor
dark_mode
light_mode
MonthRange
constructor
const
MonthRange
(
{
required
DateTime
startDate
,
required
DateTime
endDate
,
bool
isPartialMonth
=
false
,
})
Implementation
const MonthRange({ required this.startDate, required this.endDate, this.isPartialMonth = false, });
period_date_flutter package
documentation
period_date_flutter_provider
MonthRange
MonthRange.new const constructor
MonthRange class