Gender
enum Gender : String, Codable
-
Declaration
Swift
case male
-
Declaration
Swift
case female
-
Declaration
Swift
case other
-
Declaration
Swift
init?(rawValue: String)