NEChatRoomMessage constructor

NEChatRoomMessage({
  1. Map<String, dynamic>? senderExtension,
  2. String? content,
  3. int? time,
})

Implementation

NEChatRoomMessage({
  this.senderExtension,
  this.content,
  this.time,
});