Layer constructor
Layer({})
Implementation
Layer(
{required String this.id,
Visibility? this.visibility,
List<Object>? this.visibilityExpression,
List<Object>? this.filter,
double? this.maxZoom,
double? this.minZoom,
String? this.slot});