Object to Map serializer
@override Map<String, dynamic> toJson() { return { '@type': 'getStoryAvailableReactions', if (extra != null) '@extra': extra, 'row_size': row_size }; }