<@U2PRSN5TJ> You can just make a function with the...
# announcements
r
@mosi0815 You can just make a function with the same name:
Copy code
fun PingRequest(username: String? = null, password: String? = null, ....): PingRequest {
    return PingRequest(username, password, ...)
}