indexNames property - ObjectStore class - dart:indexed_db library (original) (raw)

description

  1. @Returns.new('DomStringList')
  2. @Creates.new('DomStringList')

List<String>? getindexNames

Implementation

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