QChatUpdateSystemNotificationResult.fromJson constructor

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

Implementation

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