objectStoreNames property Null safety

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

Implementation

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