// ignore_for_file: constant_identifier_names class TimeConst { static const DAY_SEC = 86400; static const HOUR_SEC = 3600; static const MIN_SEC = 60; static const SEC_SERIES = [HOUR_SEC, MIN_SEC]; }