m34 static method
dynamic
m34(
- dynamic fieldName,
- dynamic type
Implementation
static m34(fieldName, type) => "${fieldName} must be of type ${type}.";
static m34(fieldName, type) => "${fieldName} must be of type ${type}.";