menu
get_flutter_custom_calendar package
documentation
model/date_model.dart
DateModel
getDateTime method
getDateTime method
dark_mode
light_mode
getDateTime
method
DateTime
getDateTime
(
)
Implementation
DateTime getDateTime() { return new DateTime(year, month, day); }
get_flutter_custom_calendar package
documentation
model/date_model
DateModel
getDateTime method
DateModel class