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