keys property

Iterable<Name> keys

Returns the keys of the bindings.

Implementation

Iterable<Name> get keys => _bindings.keys;