objectStoreNames property Null safety

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

Implementation

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