toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allowedSuccessCodes != null)
        'allowedSuccessCodes': allowedSuccessCodes!,
      if (gcsObject != null) 'gcsObject': gcsObject!,
      if (interpreter != null) 'interpreter': interpreter!,
      if (localPath != null) 'localPath': localPath!,
    };