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 from future releases after 2026-07-26.
Replace with
Road(name, numbers, shields, types)Content copied to clipboard