Predections.empty constructor

Predections.empty()

Implementation

Predections.empty() {
  this.type = '';
  this.features = [];
  this.query = [];
}