NEVoiceCreateRoomDefaultInfo.fromJson constructor

NEVoiceCreateRoomDefaultInfo.fromJson(
  1. Map? json
)

Implementation

NEVoiceCreateRoomDefaultInfo.fromJson(Map? json) {
  topic = json?['topic'] as String?;
  livePicture = json?['livePicture'] as String?;
}