m31 static method
dynamic
m31(
- dynamic fieldName,
- dynamic field
Implementation
static m31(fieldName, field) => "${fieldName} must have the same value as ${field}.";
static m31(fieldName, field) => "${fieldName} must have the same value as ${field}.";