m14 static method

dynamic m14(
  1. dynamic fieldName,
  2. dynamic size
)

Implementation

static m14(fieldName, size) => "${fieldName} must be less than ${size} bytes.";