objectStoreNames property

List<String> objectStoreNames
@Creates('DomStringList'), @Returns('DomStringList|Null')

Implementation

@Returns('DomStringList|Null')
@Creates('DomStringList')
List<String> get objectStoreNames native;