toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'embed': embed,
'iframe': iframe,
'object': object,
'script': script,
'shortUrls': shortUrls,
'textSize': textSize,
'totalSize': totalSize,
'missingAlt': missingAlt,
'missingListUnsubscribe': missingListUnsubscribe,
};
}