setPredictedData method

void setPredictedData(
  1. dynamic value
)

Implementation

void setPredictedData(value) {
  _predictedData = value;
}