LevelChangeType
public enum LevelChangeType : Decodable, Hashable, Equatable
-
Declaration
Swift
case elevator -
Declaration
Swift
case escalator -
Declaration
Swift
case stairs -
Declaration
Swift
case movingWalkway -
Declaration
Swift
case inclinePlane -
Declaration
Swift
case other(value: String) -
Declaration
Swift
public var string: String { get } -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public init(fromString value: String)
View on GitHub