isComplete
A Boolean value that indicates whether the album is complete.
Declaration
var isComplete: Bool? { get }Discussion
If true, the album is complete; otherwise, it’s incomplete. An album is complete if it contains all its tracks and songs.
A Boolean value that indicates whether the album is complete.
var isComplete: Bool? { get }If true, the album is complete; otherwise, it’s incomplete. An album is complete if it contains all its tracks and songs.