DateParseModel constructor

DateParseModel(
  1. int y,
  2. int m,
  3. int d
)

Implementation

DateParseModel(this.y, this.m, this.d);