Layer constructor

Layer({
  1. required String id,
  2. Visibility? visibility,
  3. List<Object>? visibilityExpression,
  4. List<Object>? filter,
  5. double? maxZoom,
  6. double? minZoom,
  7. String? slot,
})

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});