QChatUpdateChannelNotificationAttachment.fromJson constructor Null safety

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

Implementation

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