predictions property

List<AutocompletePrediction> get predictions

Implementation

List<AutocompletePrediction> get predictions => _predictions.toDart;
set predictions (List<AutocompletePrediction> value)

Implementation

set predictions(List<AutocompletePrediction> value) =>
    _predictions = value.toJS;