Quantity
public struct Quantity : Equatable, Hashable, Codable, CustomStringConvertible, Sendable
-
Declaration
Swift
public init(value: String, unit: String? = nil, system: String? = nil, code: String? = nil) -
Declaration
Swift
public let value: String -
Declaration
Swift
public let unit: String? -
Declaration
Swift
public let system: String? -
Declaration
Swift
public let code: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
Quantity Structure Reference