fromValue method Null safety
- String value,
- {QChatSystemNotificationType? defaultType}
Implementation
QChatSystemNotificationType fromValue(String value,
{QChatSystemNotificationType? defaultType}) {
return enumFromValue(_$QChatSystemNotificationTypeEnumMap, value,
defaultEnum: defaultType);
}