indexNames 属性

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

实现

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