Birthday constructor

const Birthday(
  1. int day,
  2. int month,
  3. int year
)

Implementation

const Birthday(this.day, this.month, this.year);