type property Null safety

QChatSystemNotificationType type
@JsonKey(fromJson: _systemNotificationTypeFromJson, toJson: __systemNotificationTypeToJson), final

通知类型

Implementation

@JsonKey(
    fromJson: _systemNotificationTypeFromJson,
    toJson: __systemNotificationTypeToJson)
final QChatSystemNotificationType type;