searchTermTooLong static method

String searchTermTooLong(
  1. int maxLength
)

Search term too long error

Implementation

static String searchTermTooLong(int maxLength) =>
    'Search term cannot exceed $maxLength characters';