findIds property

Iterable<String> get findIds

All the ids of items.

Implementation

Iterable<String> get findIds => items.keys;