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