copy method

FlexiDate copy()

Implementation

FlexiDate copy() {
  return FlexiDateData(
    day: day,
    month: month,
    year: year,
    source: source,
  );
}