LazyReferenceIdentifier
public struct LazyReferenceIdentifier : Codable
A Codable struct to hold key value pairs representing the identifier’s field name and value. Useful for maintaining order for key-value pairs when used as an Array type.
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let value: String
-
Declaration
Swift
public init(name: String, value: String)