nationalNumber property

String nationalNumber

The currently written national number text stored in the controller.

Implementation

String get nationalNumber => nationalNumberController.text;
void nationalNumber=(String newValue)

Implementation

set nationalNumber(String newValue) {
  nationalNumberController.text = newValue;
}