toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'inputPersonalDocument',
if (extra != null) '@extra': extra,
'files': files,
'translation': translation
};
}