menu
uikit_plus package
documentation
picker/date_picker/date_picker.dart
DateModel
DateModel.new constructor
DateModel.new constructor
dark_mode
light_mode
DateModel
constructor
DateModel
(
int
year
,
int
month
,
int
day
,
int
hour
,
int
minute
,
int
second
,
)
Implementation
DateModel( this.year, this.month, this.day, this.hour, this.minute, this.second);
uikit_plus package
documentation
picker/date_picker/date_picker
DateModel
DateModel.new constructor
DateModel class