toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'count': count,
    'me': me,
    'emoji': emoji,
  };
}