validateType static method

bool validateType(
  1. String type
)

Implementation

static bool validateType(String type) {
  return normalizeType(type).isNotEmpty;
}