menu
fk_booster package
documentation
domain/entity/date.dart
Date
Date.new const constructor
Date.new const constructor
dark_mode
light_mode
Date
constructor
const
Date
(
int
year
, [
int
day
=
1
,
int
month
=
1
])
Implementation
const Date(this.year, [this.day = 1, this.month = 1]);
fk_booster package
documentation
domain/entity/date
Date
Date.new const constructor
Date class