ArgumentDeclaration.empty constructor
ArgumentDeclaration.empty(
- FileSpan span
Creates a declaration that declares no arguments.
Implementation
ArgumentDeclaration.empty(this.span)
: arguments = const [],
restArgument = null;