objectStoreNames property

  1. @Returns.new('DomStringList')
  2. @Creates.new('DomStringList')
List<String>? get objectStoreNames

Implementation

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