restArgument property

String? restArgument
final

The name of the rest argument (as in $args...), or null if none was declared.

Implementation

final String? restArgument;