static String tooLong(int max) => Intl.message('Should be at most $max characters', name: 'tooLong', args: [max]);