NIMChatroomMember.fromMap constructor

NIMChatroomMember.fromMap(
  1. Map<String, dynamic> json
)

Implementation

factory NIMChatroomMember.fromMap(Map<String, dynamic> json) =>
    _$NIMChatroomMemberFromJson(json);