isEmpty property

bool get isEmpty

Returns whether this declaration takes no arguments.

Implementation

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