asJsMap method

Map<String, Object?> asJsMap()

Returns as a JS map view

Implementation

Map<String, Object?> asJsMap()
{
  return _castToMap();
}