fromValue method

QChatSystemNotificationType fromValue(
  1. String value, {
  2. QChatSystemNotificationType? defaultType,
})

Implementation

QChatSystemNotificationType fromValue(String value,
    {QChatSystemNotificationType? defaultType}) {
  return enumFromValue(_$QChatSystemNotificationTypeEnumMap, value,
      defaultEnum: defaultType);
}