allFlags property

List<String> get allFlags

Get all flag keys.

Implementation

List<String> get allFlags => _flags.keys.toList();