PhoneItem constructor

PhoneItem(
  1. PhoneType type,
  2. String phone
)

Implementation

PhoneItem(this.type, this.phone);