QChatChannelRole.fromJson constructor

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

Implementation

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