numberIsTooLargeMsg static method
Implementation
static String numberIsTooLargeMsg(String upperBound) =>
Intl.message('Enter a number $upperBound or smaller',
name: 'UpperBoundValidator_numberIsTooLargeMsg',
args: [upperBound],
desc: 'Error message when number input is too large.',
examples: const {'_upperBound': 42});