keys property

Iterable<String> get keys

Returns all registered controller keys.

Implementation

Iterable<String> get keys => _controllers.keys;