validatePhone method

String? validatePhone()

Implementation

String? validatePhone() {
  return this?.phoneShortUnmaskFormat.validateLength(stringLength: 9);
}