toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'document': document?.toJson(),
'thumbnail': thumbnail?.toJson(),
'disable_content_type_detection': disableContentTypeDetection,
'@type': constructor,
};