searchTermTooShort static method

String searchTermTooShort(
  1. int minLength
)

Search term too short error

Implementation

static String searchTermTooShort(int minLength) =>
    'Search term must be at least $minLength character(s) long';