Returns true if the Duration is equal to or longer than one millisecond but less than one second.
true
bool get isInMillis => inMilliseconds > 0 && !isInSeconds;