Phone
public struct Phone: Model, Hashable, Equatable
Represents a contact phone
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let callable: String
-
Declaration
Swift
public init(name: String, callable: String)