normalizeType static method

String normalizeType(
  1. String type
)

Implementation

static String normalizeType(String type) {
  return type.toLowerCase().trim();
}