PhoneController constructor

PhoneController(
  1. PhoneNumber? initialValue
)

Implementation

PhoneController(this.initialValue) : super(initialValue);