NIMChatroomInfo.fromMap constructor

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

Implementation

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