keys property

Set<String> get keys

All registered flag keys.

Implementation

Set<String> get keys => _flags.keys.toSet();