valueOf static method
Returns the enum value associated to the name
.
Implementation
static MessageType valueOf(String name) => _$valueOfMessageType(name);
Returns the enum value associated to the name
.
static MessageType valueOf(String name) => _$valueOfMessageType(name);