Returns true if this moment comes before other chronologically.
true
other
bool operator <(Moment other) => totalSeconds < other.totalSeconds;