EllaDate constructor

EllaDate([
  1. int year = 0,
  2. int month = 1,
  3. int day = 1
])

Implementation

EllaDate([int this.year = 0, int this.month = 1, int this.day = 1]);