menu
space_gen package
documentation
templates/date.dart
Date
Date.new const constructor
Date.new const constructor
dark_mode
light_mode
Date
constructor
const
Date
(
int
year
,
int
month
,
int
day
)
Implementation
const Date(this.year, this.month, this.day);
space_gen package
documentation
templates/date
Date
Date.new const constructor
Date class