keys property

Iterable<String> get keys

Implementation

Iterable<String> get keys => [
      ...parents ?? [],
      name,
    ];