QChatSystemNotification.fromJson constructor

QChatSystemNotification.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory QChatSystemNotification.fromJson(Map<String, dynamic> json) =>
    _$QChatSystemNotificationFromJson(json);