m8 static method

dynamic m8(
  1. dynamic fieldName,
  2. dynamic format
)

Implementation

static m8(fieldName, format) => "${fieldName} must match the format ${format}.";