restArgument property
The name of the rest argument (as in $args...
), or null
if none was
declared.
Implementation
final String? restArgument;
The name of the rest argument (as in $args...
), or null
if none was
declared.
final String? restArgument;