Returns if first number a is less than second number b.
a
b
See:
@override Future<bool> isLessThan(num a, num b) => _askBinaryChoiceQuestion('Is $a less than $b?');