Returns a String representation of this range in the form '<Q1> to <Q2>'.
'<Q1> to <Q2>'
@override String toString() => '$q1 to $q2';