tooLong static method

String tooLong(
  1. int max
)

Implementation

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