unmasked property

String unmasked

Implementation

String get unmasked => '+${toNumericString(
      _lastValue,
      allowHyphen: false,
      allowAllZeroes: true,
    )}';