Identifiable

public protocol Identifiable

Classes and structs that conform to Identifiable can be uniquely identified.

  • The UUID that is used to identify this instance.

    Declaration

    Swift

    var uuid: UUID { get }