toJson method

Map toJson()

Implementation

Map toJson() => {
      'messageUuid': messageUuid,
      'messageType': messageType,
      'fromUserUuid': fromUserUuid,
      'fromNick': fromNick,
      'toUserUuidList': toUserUuidList,
      'time': time,
      'chatroomType': chatroomType,
    };