toDate method

FlexiDate toDate()

Implementation

FlexiDate toDate() {
  return FlexiDate2(month: this.month, year: this.year, day: this.day);
}