options property - DataListElement class - dart:html library (original) (raw)

description

  1. @Returns('HtmlCollection')
  2. @Creates('HtmlCollection')

List<Node>? getoptions

Implementation

@Returns('HtmlCollection')
@Creates('HtmlCollection')
List<Node>? get options native;