isEmpty property

bool isEmpty

Returns whether this invocation passes no arguments.

Implementation

bool get isEmpty => positional.isEmpty && named.isEmpty && rest == null;