Initializer
init(stringValue:)
Creates a new instance from the given string.
init(stringValue: String)
Parameters
stringValueThe string value of the desired key.
Discussion
If the string passed as stringValue does not correspond to any instance of this type, the result is nil.