convertAllowTypeFromWebToDart static method

dynamic convertAllowTypeFromWebToDart(
  1. String allowType
)

Implementation

static dynamic convertAllowTypeFromWebToDart(String allowType) {
  return allowTypeMapping[allowType];
}