length abstract method

int length(
  1. List<Object> argsKey
)

Return the length of the list at the given path of the arguments to the widget.

If the given path does not identify a list, returns zero.

Implementation

int length(List<Object> argsKey);