isMap abstract method

bool isMap(
  1. List<Object> argsKey
)

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

Implementation

bool isMap(List<Object> argsKey);