keys method

Iterable<String> keys()

Implementation

Iterable<String> keys() {
  return _flags.keys;
}