Phone public struct Phone : Equatable Initializes a Phone object with number and country. Show on GitHub number Declaration Swift public let number: String? Show on GitHub country Declaration Swift public let country: Country? Show on GitHub init(number:country:) Declaration Swift public init(number: String?, country: Country?) Show on GitHub