toJson method

dynamic toJson()

Implementation

toJson() => {
      'count': count,
      'gesture': gesture?.index,
      'got': got,
      'msg': msg,
      'userName': userName,
      'userAvatarURL': avatarURL,
    };