Favorite
public struct Favorite : Codable
A root object that stores information about a favorite model resource.
-
Whether the model is favorited.
Declaration
Swift
internal let isFavorited: Bool
-
The favorite status of the model.
Declaration
Swift
public var favoriteStatus: FavoriteStatus { get }