PredictionResponse constructor

PredictionResponse({
  1. List<PredictionResponseData>? data,
})

Implementation

PredictionResponse({this.data});