PredictionTerm constructor

PredictionTerm({
  1. num offset,
  2. String value,
})

Implementation

external PredictionTerm({
  num offset,
  String value,
});