CssClassPropsMapView constructor

CssClassPropsMapView(
  1. Map map
)

Create a new instance backed by the specified map.

Implementation

CssClassPropsMapView(Map map) : super(map);