MapModel constructor
MapModel(})
Implementation
MapModel(
Model super.parent,
super.id, {
this.style,
dynamic zoom,
this.mapType,
dynamic visible,
dynamic showAll,
}) {
// instantiate busy observable
busy = false;
this.zoom = zoom;
this.visible = visible;
this.showAll = (showAll ?? true);
}