toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (container != null) 'container': container!,
  if (elementaryStreams != null) 'elementaryStreams': elementaryStreams!,
  if (encryptionId != null) 'encryptionId': encryptionId!,
  if (fileName != null) 'fileName': fileName!,
  if (fmp4 != null) 'fmp4': fmp4!,
  if (key != null) 'key': key!,
  if (segmentSettings != null) 'segmentSettings': segmentSettings!,
};