argsLength method

bool argsLength(
  1. int n
)

Implementation

bool argsLength(int n) => (argResults?.arguments.length ?? 0) > n;