Layer constructor Null safety
- {required String id,
- Visibility? visibility,
- double? maxZoom,
- double? minZoom}
Implementation
Layer({required this.id, this.visibility, this.maxZoom, this.minZoom});
Layer({required this.id, this.visibility, this.maxZoom, this.minZoom});