FlexiDate2.fromDateTime constructor

FlexiDate2.fromDateTime(
  1. DateTime time
)

Implementation

FlexiDate2.fromDateTime(DateTime time)
    : super(day: time.day, month: time.month, year: time.year);