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});