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