storeNames property

Iterable<String> get storeNames

store names

Implementation

Iterable<String> get storeNames =>
    stores.map((storeSchema) => storeSchema.ref.name);