Address Dto
@Serializable
Created by Michael Ruppen on 08.04.2024
Serializable and Parcelize annotation is both needed for compose navigation with custom types
Constructors
Link copied to clipboard
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), publicCode: String, name: NameDto, nameSuffix: NameDto? = null, countryName: String? = null, postCode: String? = null, topographicPlaceName: NameDto? = null, topographicPlaceRef: String? = null, street: String? = null, houseNumber: String? = null, crossRoad: String? = null)