withoutDay method

FlexiDate withoutDay()

Implementation

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