maxItems method

String maxItems(
  1. int count
)

The default maximum items message.

Implementation

String maxItems(int count) => 'Must have at most $count items';