menu
televerse package
documentation
telegram.dart
Birthdate
Birthdate const constructor
Birthdate const constructor
dark_mode
light_mode
Birthdate
constructor
const
Birthdate
(
{
required
int
day
,
required
int
month
,
int
?
year
,
})
Creates a
Birthdate
object.
Implementation
const Birthdate({ required this.day, required this.month, this.year, });
televerse package
documentation
telegram
Birthdate
Birthdate const constructor
Birthdate class