menu
Dart
dart:core
Duration
secondsPerHour constant
secondsPerHour
brightness_4
brightness_5
description
secondsPerHour
constant
int
const
secondsPerHour
The number of seconds per hour.
Implementation
static const int secondsPerHour = secondsPerMinute * minutesPerHour;
Dart
dart:core
Duration
secondsPerHour constant
Duration class