isEmpty property

bool get isEmpty

Returns true if this attribute set is empty.

Implementation

bool get isEmpty => _data.isEmpty;