Layer constructor

Layer(
  1. {required String id,
  2. Visibility? visibility,
  3. double? maxZoom,
  4. double? minZoom,
  5. String? slot}
)

Implementation

Layer(
    {required this.id,
    this.visibility,
    this.maxZoom,
    this.minZoom,
    this.slot});