Factory that creates a new instance of the concrete subtype Q.
Q
@override @protected Time create(double value, TimeUnit unit) => Time(value, unit);