here’s how it’s defined (in a file of a different ...
# reflect
d
here’s how it’s defined (in a file of a different name than the class):
Copy code
data class AClass(
        @JsonProperty("id") val id: AClassId,
        @JsonProperty("name") val name: AClassName,
        @JsonProperty("region") val region: Region) : Parcelable {
         //...