toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adBreaks != null) 'adBreaks': adBreaks!,
      if (editList != null) 'editList': editList!,
      if (elementaryStreams != null) 'elementaryStreams': elementaryStreams!,
      if (encryptions != null) 'encryptions': encryptions!,
      if (inputs != null) 'inputs': inputs!,
      if (manifests != null) 'manifests': manifests!,
      if (muxStreams != null) 'muxStreams': muxStreams!,
      if (output != null) 'output': output!,
      if (overlays != null) 'overlays': overlays!,
      if (pubsubDestination != null) 'pubsubDestination': pubsubDestination!,
      if (spriteSheets != null) 'spriteSheets': spriteSheets!,
    };