m7 static method

dynamic m7(
  1. dynamic fieldName,
  2. dynamic before
)

Implementation

static m7(fieldName, before) => "${fieldName} must be before ${before}.";