suggestions property

List<String> get suggestions

Implementation

_i2.List<_i2.String> get suggestions => ((_i5.getProperty(
      this,
      'suggestions',
    )) as _i2.List)
        .cast();
set suggestions (List<String> value)

Implementation

set suggestions(_i2.List<_i2.String> value) {
  _i5.setProperty(
    this,
    'suggestions',
    value,
  );
}