options property Null safety

List<Node>? options
@Creates('HtmlCollection'), @Returns('HtmlCollection')

Implementation

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