toJson method

dynamic toJson()

Implementation

toJson() => {
      'oId': oId,
      'count': count,
      'got': got,
      'whoGive': whoGive,
      'whoGot': whoGot,
      'userAvatarURL20': avatarURL20,
      'userAvatarURL48': avatarURL48,
      'userAvatarURL210': avatarURL210,
    };