menu
internal package
documentation
ss/models/data_model.dart
InternationalPhoneFormatter
internationalPhoneFormat method
internationalPhoneFormat method
dark_mode
light_mode
internationalPhoneFormat
method
String
internationalPhoneFormat
(
dynamic
value
)
Implementation
String internationalPhoneFormat(value) { return DataModel.getFormatter(value, gPhone); }
internal package
documentation
ss/models/data_model
InternationalPhoneFormatter
internationalPhoneFormat method
InternationalPhoneFormatter class