withoutYear method

FlexiDate withoutYear()

Implementation

FlexiDate withoutYear() => FlexiDateData(day: day, month: month, year: null);