PhoneNumberType constructor

const PhoneNumberType({
  1. required int value,
})

Implementation

const PhoneNumberType({required this.value});