setOutput method

void setOutput(
  1. RxList<Predictions> value
)

Implementation

void setOutput(RxList<Predictions> value) {
  _output = value;
}