isEmpty property
bool
get
isEmpty
returns true if there are no arguments past the command itself.
Implementation
bool get isEmpty {
return count == 0;
}
returns true if there are no arguments past the command itself.
bool get isEmpty {
return count == 0;
}