Class
UserWithFollowRow
public final class UserWithFollowRow: Codable
Representation of a row combining Users and Follows information about them.
Relationships
Conforms To
Codable
Initializers
init(id:username:email:bio:image:following:)
public init(id: Int, username: String, email: String, bio: String, image: String, following: Bool?)
Default initializer.
Properties
following
public let following: Bool?
Whether the person who referenced this user information is following this user.