indexNames property Null safety

  1. @Returns('DomStringList')
  2. @Creates('DomStringList')
List<String>? indexNames

Implementation

@Returns('DomStringList')
@Creates('DomStringList')
List<String>? get indexNames native;