m20 static method

dynamic m20(
  1. dynamic fieldName,
  2. dynamic max
)

Implementation

static m20(fieldName, max) => "You may only select ${max} ${fieldName}.";