Surrogate
data class Surrogate(val type: String, val latitude: Double? = null, val longitude: Double? = null, val address: LocationAddress? = null, val reactionType: ReactionType? = null, val isDark: Boolean? = null, val isFlipped: Boolean? = null, val url: String? = null, val temperature: Double? = null, val emoji: String? = null, val backgroundColor: <Error class: unknown class>? = null, val name: String? = null)
Constructors
Link copied to clipboard
constructor(type: String, latitude: Double? = null, longitude: Double? = null, address: LocationAddress? = null, reactionType: ReactionType? = null, isDark: Boolean? = null, isFlipped: Boolean? = null, url: String? = null, temperature: Double? = null, emoji: String? = null, backgroundColor: <Error class: unknown class>? = null, name: String? = null)