Line
public struct Line : CustomStringConvertible, Equatable
Represents a KEY=VALUE
pair in a dotenv file.
-
The key.
Declaration
Swift
public let key: String
-
The value.
Declaration
Swift
public let value: String
-
CustomStringConvertible
conformance.Declaration
Swift
public var description: String { get }