Entry
public struct Entry : Hashable, Codable, Equatable, Identifiable
-
Declaration
Swift
public init(name: String, identifier: String, pkv: Bool = false, logo: String? = nil) -
Declaration
Swift
public var id: String { get } -
Declaration
Swift
public let name: String -
Declaration
Swift
public let identifier: String -
is GID flow?
Declaration
Swift
public let pkv: Bool -
Declaration
Swift
public let logo: String? -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Entry Structure Reference