isNotEmpty property

bool isNotEmpty

Returns true if this attribute set is note empty.

Implementation

bool get isNotEmpty => _data.isNotEmpty;