Returns true if there are no elements in this collection.
true
May be computed by checking if iterator.moveNext() returns false.
iterator.moveNext()
false
bool get isEmpty => readClasses().isEmpty;