Layer constructor
Implementation
Layer({
required this.id,
this.visibility,
this.visibilityExpression,
this.filter,
this.maxZoom,
this.minZoom,
this.slot,
});
Layer({
required this.id,
this.visibility,
this.visibilityExpression,
this.filter,
this.maxZoom,
this.minZoom,
this.slot,
});