toJson method

Map<String, dynamic> toJson()

Implementation

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