options property

  1. @Returns('HtmlCollection')
  2. @Creates('HtmlCollection')
List<Node>? options

Implementation

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