Predictions.empty constructor

Predictions.empty()

Implementation

factory Predictions.empty() => Predictions(
      type: '',
      query: [],
      features: [],
    );