isMap method

bool isMap()

Whether object is a Map

Implementation

bool isMap()
{
  return this._rawValue is Map;
}