areas property Null safety

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

Implementation

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