SlotLayer constructor
- required String id,
- Visibility? visibility,
- List<
Object> ? visibilityExpression, - List<
Object> ? filter, - double? minZoom,
- double? maxZoom,
- String? slot,
- @Deprecated("This property has no effect on SlotLayer") String? sourceId,
- @Deprecated("This property has no effect on SlotLayer") String? sourceLayer,
Implementation
SlotLayer({
required super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
@Deprecated("This property has no effect on SlotLayer") String? sourceId,
@Deprecated("This property has no effect on SlotLayer") String? sourceLayer,
});