keys property

Iterable<String> get keys

Retrieve the keys of all Attributes in this collection.

Implementation

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