toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (actionScript3 != null) 'actionScript3': actionScript3!,
if (active != null) 'active': active!,
if (additionalSizes != null) 'additionalSizes': additionalSizes!,
if (alignment != null) 'alignment': alignment!,
if (artworkType != null) 'artworkType': artworkType!,
if (assetIdentifier != null) 'assetIdentifier': assetIdentifier!,
if (audioBitRate != null) 'audioBitRate': audioBitRate!,
if (audioSampleRate != null) 'audioSampleRate': audioSampleRate!,
if (backupImageExit != null) 'backupImageExit': backupImageExit!,
if (bitRate != null) 'bitRate': bitRate!,
if (childAssetType != null) 'childAssetType': childAssetType!,
if (collapsedSize != null) 'collapsedSize': collapsedSize!,
if (companionCreativeIds != null)
'companionCreativeIds': companionCreativeIds!,
if (customStartTimeValue != null)
'customStartTimeValue': customStartTimeValue!,
if (detectedFeatures != null) 'detectedFeatures': detectedFeatures!,
if (displayType != null) 'displayType': displayType!,
if (duration != null) 'duration': duration!,
if (durationType != null) 'durationType': durationType!,
if (expandedDimension != null) 'expandedDimension': expandedDimension!,
if (fileSize != null) 'fileSize': fileSize!,
if (flashVersion != null) 'flashVersion': flashVersion!,
if (frameRate != null) 'frameRate': frameRate!,
if (hideFlashObjects != null) 'hideFlashObjects': hideFlashObjects!,
if (hideSelectionBoxes != null)
'hideSelectionBoxes': hideSelectionBoxes!,
if (horizontallyLocked != null)
'horizontallyLocked': horizontallyLocked!,
if (id != null) 'id': id!,
if (idDimensionValue != null) 'idDimensionValue': idDimensionValue!,
if (mediaDuration != null) 'mediaDuration': mediaDuration!,
if (mimeType != null) 'mimeType': mimeType!,
if (offset != null) 'offset': offset!,
if (orientation != null) 'orientation': orientation!,
if (originalBackup != null) 'originalBackup': originalBackup!,
if (politeLoad != null) 'politeLoad': politeLoad!,
if (position != null) 'position': position!,
if (positionLeftUnit != null) 'positionLeftUnit': positionLeftUnit!,
if (positionTopUnit != null) 'positionTopUnit': positionTopUnit!,
if (progressiveServingUrl != null)
'progressiveServingUrl': progressiveServingUrl!,
if (pushdown != null) 'pushdown': pushdown!,
if (pushdownDuration != null) 'pushdownDuration': pushdownDuration!,
if (role != null) 'role': role!,
if (size != null) 'size': size!,
if (sslCompliant != null) 'sslCompliant': sslCompliant!,
if (startTimeType != null) 'startTimeType': startTimeType!,
if (streamingServingUrl != null)
'streamingServingUrl': streamingServingUrl!,
if (transparency != null) 'transparency': transparency!,
if (verticallyLocked != null) 'verticallyLocked': verticallyLocked!,
if (windowMode != null) 'windowMode': windowMode!,
if (zIndex != null) 'zIndex': zIndex!,
if (zipFilename != null) 'zipFilename': zipFilename!,
if (zipFilesize != null) 'zipFilesize': zipFilesize!,
};