Swift Enumeration
enum CrossmintEnvironment
case development
case production
case staging
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?