GetPlanResponse constructor

GetPlanResponse({
  1. String? pythonScript,
  2. String? scalaCode,
})

Implementation

GetPlanResponse({
  this.pythonScript,
  this.scalaCode,
});