PropertyName
public struct PropertyName : RawRepresentable, Hashable, EncodableThe name of a property that can be fetched from a Variable.
- 
                  
                  The corresponding value of the raw type. DeclarationSwift public let rawValue: String
- 
                  
                  Creates a new instance with the specified raw value. DeclarationSwift public init(rawValue: String)ParametersrawValueThe raw value to use for the new instance. 
- 
                  
                  Creates a new instance with the specified raw value. DeclarationSwift public init(_ rawValue: String)ParametersrawValueThe raw value to use for the new instance. 
- 
                  
                  The “File Size” property. DeclarationSwift public static var fileSize: PropertyName { get }
- 
                  
                  The “File Extension” property. DeclarationSwift public static var fileExtension: PropertyName { get }
- 
                  
                  The “Name” property. DeclarationSwift public static var name: PropertyName { get }
- 
                  
                  Encodes this value into the given encoder. Throws This function throws an error if any values are invalid for the given encoder’s format.DeclarationSwift public func encode(to encoder: Encoder) throwsParametersencoderThe encoder to write data to. 
 View on GitHub
View on GitHub PropertyName Structure Reference
        PropertyName Structure Reference