properties property

Iterable<String> get properties

Property names present in the file, in first-appearance order.

Implementation

Iterable<String> get properties => _properties.keys;