Date(Map<String, dynamic> nativeDate) { this.day = nativeDate['day']; this.month = nativeDate['month']; this.year = nativeDate['year']; }