User

fun User()
fun User(username: String, email: String, password: String)

Parameters

username

Username of the user.

email

Email address of the user.

password

Password of the user.

fun User(username: String, email: String, password: String, userImg: String, bio: String)

Parameters

username

Username of the user.

email

Email address of the user.

password

Password of the user.

userImg

Profile picture of the user.

bio

Short bio of the user.