copy

fun copy(color: StyleValue<Color> = this.color, radius: StyleValue<Double> = this.radius, sortKey: StyleValue<Double>? = this.sortKey, eventEmitter: LayerEventEmitter? = this.eventEmitter): CirclePaint

Custom copy function to replicate data class behavior.