max static method

String max(
  1. num length
)

Ensure a form field value length has a max value specified

Implementation

static String max(num length) => "max:$length";