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