elements property Null safety

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

Implementation

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