LocationAddress

data class LocationAddress(val countryCode: String, val state: String, val city: String, val street: String)

Constructors

Link copied to clipboard
constructor(countryCode: String, state: String, city: String, street: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard