DeprecationDate constructor
Create a deprecation date for DeprecatedFrom.
Implementation
const DeprecationDate(
this.year,
this.month,
this.dayOfMonth,
);
Create a deprecation date for DeprecatedFrom.
const DeprecationDate(
this.year,
this.month,
this.dayOfMonth,
);