Layer constructor
- {required String id,
- Visibility? visibility,
- double? maxZoom,
- double? minZoom,
- String? slot}
Implementation
Layer(
{required this.id,
this.visibility,
this.maxZoom,
this.minZoom,
this.slot});
Layer(
{required this.id,
this.visibility,
this.maxZoom,
this.minZoom,
this.slot});