keys property

Iterable<T> get keys

Returns the valid keys for accessing operator[].

Implementation

Iterable<T> get keys => _swatch.keys;