argumentCountFor abstract method

int? argumentCountFor(
  1. String function
)

Returns the amount of arguments expected for function (lowercase).

If the function is unknown, or if the result would be ambiguous, returns null.

Implementation

int? argumentCountFor(String function);