m34 static method

dynamic m34(
  1. dynamic fieldName,
  2. dynamic type
)

Implementation

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