isEmpty property

bool isEmpty

Returns true if this attribute set is empty.

Implementation

bool get isEmpty => _data.isEmpty;