DHL_aMapView constructor

const DHL_aMapView({
  1. Key? key,
  2. DHL_aMapView_Model dhlAMapViewModel = const DHL_aMapView_Model(),
})

Implementation

const DHL_aMapView( {
  Key? key,
  this.dhlAMapViewModel =  const DHL_aMapView_Model()

}) : super(key: key);