DeprecationDate constructor

const DeprecationDate(
  1. int year,
  2. int month,
  3. int dayOfMonth
)

Create a deprecation date for DeprecatedFrom.

Implementation

const DeprecationDate(
  this.year,
  this.month,
  this.dayOfMonth,
);