core.Map<core.String, core.dynamic> toJson() { final day = this.day; final month = this.month; final year = this.year; return {'day': ?day, 'month': ?month, 'year': ?year}; }