options property

Returns an HTMLCollection of the option elements of the datalist element.

MDN Reference

Implementation

_i3.HTMLCollectionOf<_i3.HTMLOptionElement> get options => _i4.getProperty(
      this,
      'options',
    );