elements property Null safety

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

Implementation

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