TimeUtils constructor

TimeUtils()

Implementation

factory TimeUtils() {
  _inst ??= TimeUtils._();
  return _inst!;
}