init(rawValue:)
Creates a new instance with the specified raw value.
Library-LibraryType-initRawValue.mdinit?(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
.