menu
_private_core package
documentation
extensions/date_extension.dart
TimeOfDayS
TimeOfDayS.new constructor
TimeOfDayS.new constructor
dark_mode
light_mode
TimeOfDayS
constructor
TimeOfDayS
(
{
required
int
hour
,
required
int
minute
,
int
seconds
=
00
,
})
Implementation
TimeOfDayS({required this.hour, required this.minute, this.seconds = 00});
_private_core package
documentation
extensions/date_extension
TimeOfDayS
TimeOfDayS.new constructor
TimeOfDayS class