ErrorBoundaryPropsMapView constructor

ErrorBoundaryPropsMapView(
  1. Map map
)

Create a new instance backed by the specified map.

Implementation

ErrorBoundaryPropsMapView(Map map) : super(map);