String formatValue({required String value}) { return helper.maskUltisToString(value, helper.buildFormatters(initialValue: value).first); }