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