QChatUserPushConfig.fromJson constructor

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

Implementation

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