argumentCount property
int
get
argumentCount
Number of positional arguments.
Implementation
int get argumentCount => arguments.length;
Number of positional arguments.
int get argumentCount => arguments.length;