menu
team_calendar package
documentation
scr/models/time.dart
Time
Time.new const constructor
Time.new const constructor
dark_mode
light_mode
Time
constructor
const
Time
(
int
hour
,
int
min
)
Implementation
const Time(this.hour, this.min) : assert(hour < 24 && min < 60);
team_calendar package
documentation
scr/models/time
Time
Time.new const constructor
Time class