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