ArgumentDeclaration.empty constructor

ArgumentDeclaration.empty(
  1. FileSpan span
)

Creates a declaration that declares no arguments.

Implementation

ArgumentDeclaration.empty(this.span)
    : arguments = const [],
      restArgument = null;