toJson
Map<String, dynamic> toJson() { return <String, dynamic>{ 'type': contentType, ...toContentJson(), }; }