init(rawValue:)

    Creates a new instance with the specified raw value.

    Library-LibraryType-initRawValue.md
    init?(rawValue: String)

    Parameters

    rawValue

    The raw value to use for the new instance.

    If there is no value of the type that corresponds with the specified raw value, this initializer returns nil.