getType static method

String getType(
  1. ResponseType? type
)

Implementation

static String getType(ResponseType? type) {
  return typeStrategyMap[type] ?? unknown;
}