toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'reaction_effect_ids': reactionEffectIds.map((item) => item).toList(),
  'sticker_effect_ids': stickerEffectIds.map((item) => item).toList(),
  '@type': constructor,
};