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