Fill Layer Descriptor
constructor(id: String, source: String, sourceLayer: String? = null, paint: FillLayerPaint = FillLayerPaint(
fill = FillPaint(),
stroke = StrokePaint()
), filter: Expression? = null)