XweatherAccount

data class XweatherAccount(val id: String, val secret: String)

Holds id and secret

Author

Jason Suto 03/13/2024

Constructors

Link copied to clipboard
constructor(id: String, secret: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard