ThemeLayer constructor

ThemeLayer(
  1. String id,
  2. ThemeLayerType type, {
  3. required double? minzoom,
  4. required double? maxzoom,
  5. required Map<String, dynamic> metadata,
})

Implementation

ThemeLayer(this.id, this.type,
    {required this.minzoom, required this.maxzoom, required this.metadata});