attributesNames property

Iterable<String> attributesNames

Returns the attributes names with values.

Implementation

Iterable<String> get attributesNames =>
    hasAttributes ? _attributes!.keys : [];