menu
sunny_sdk_core package
documentation
model/flexi_date.dart
DateTimeToFlexiDateExtensions
toDate method
toDate method
dark_mode
light_mode
toDate
method
FlexiDate
toDate
(
)
Implementation
FlexiDate toDate() { return FlexiDate2(month: this.month, year: this.year, day: this.day); }
sunny_sdk_core package
documentation
model/flexi_date
DateTimeToFlexiDateExtensions
toDate method
DateTimeToFlexiDateExtensions extension on
DateTime