isEmpty property

bool get isEmpty

returns true if there are no arguments past the command itself.

Implementation

bool get isEmpty {
  return count == 0;
}