Production
public struct Production : Hashable, Codable
-
Declaration
Swift
public init(title: String, createdOn: String, sequence: String, ingredients: [Ingredient])
-
Declaration
Swift
public let title: String
-
Declaration
Swift
public let createdOn: String
-
Declaration
Swift
public let sequence: String
-
Declaration
Swift
public let ingredients: [Ingredient]
-
Declaration
Swift
public struct Ingredient : Hashable, Codable