toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (imageTransformations != null)
        'imageTransformations': imageTransformations!,
      if (infoTypeTransformations != null)
        'infoTypeTransformations': infoTypeTransformations!,
      if (recordTransformations != null)
        'recordTransformations': recordTransformations!,
      if (transformationErrorHandling != null)
        'transformationErrorHandling': transformationErrorHandling!,
    };