menu
basf_logic_components package
documentation
extensions/string_extensions.dart
StringExtension
wrapTwoZeroes method
wrapTwoZeroes method
dark_mode
light_mode
wrapTwoZeroes
method
String
wrapTwoZeroes
(
)
Implementation
String wrapTwoZeroes() { return '00${replaceFirst(RegExp(r'^0+'), '')}'; }
basf_logic_components package
documentation
extensions/string_extensions
StringExtension
wrapTwoZeroes method
StringExtension extension on
String