Map<String, Object?> toJson() { return { 'content': content?.toJson(), 'avatar': avatar?.toJson(), 'use_custom_layout': useCustomLayout, }; }