init(rawValue:)
Creates a new instance with the specified raw value.
Declaration
init?(rawValue: String)Parameters
- rawValue:
The raw value to use for the new instance.
Discussion
If there is no value of the type that corresponds with the specified raw value, this initializer returns nil.