isEmpty property
bool
get
isEmpty
Returns true if this attributes collection is empty.
Implementation
bool get isEmpty => _entries.isEmpty;
Returns true if this attributes collection is empty.
bool get isEmpty => _entries.isEmpty;