Returns true if the Duration is equal to or longer than one minute but less than one hour.
true
bool get isInMinutes => inMinutes > 0 && !isInHours;