isEmpty property
bool
get
isEmpty
Returns true
if this attribute set is empty.
Implementation
bool get isEmpty => _data.isEmpty;
Returns true
if this attribute set is empty.
bool get isEmpty => _data.isEmpty;