fromMap static method

RequestTypeE fromMap(
  1. String name
)

Implementation

static RequestTypeE fromMap(String name) => reverseMap[name]!;