isEmpty property

bool isEmpty

Returns whether this declaration takes no arguments.

Implementation

bool get isEmpty => arguments.isEmpty && restArgument == null;