isList abstract method

bool isList(
  1. List<Object> argsKey
)

Return true if the given key identifies a list, otherwise false.

Implementation

bool isList(List<Object> argsKey);