keys property

returns an iterable of keys present in properties

Implementation

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