copy

fun copy(name: TextWithPhonetics? = this.name, numbers: List<TextWithPhonetics> = this.numbers, shields: List<RoadShield> = this.shields, types: Set<RoadType> = this.types): Road

Deprecated

This will be removed 6 months after the next release.

Replace with

Road(name, numbers, shields, types)