isEmpty property
bool
get
isEmpty
Returns whether this declaration takes no arguments.
Implementation
bool get isEmpty => arguments.isEmpty && restArgument == null;
Returns whether this declaration takes no arguments.
bool get isEmpty => arguments.isEmpty && restArgument == null;