toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (gcsBucketPath != null) 'gcsBucketPath': gcsBucketPath!,
      if (jobId != null) 'jobId': jobId!,
    };