PhoneWithType constructor

const PhoneWithType(
  1. PhoneType phoneType,
  2. Phone phoneNumber
)

Implementation

const PhoneWithType(this.phoneType, this.phoneNumber);