menu
zyf_utils_plugin package
documentation
string_utils.dart
StringUtils
getStringIndex static method
getStringIndex static method
dark_mode
light_mode
getStringIndex
static method
String
getStringIndex
(
int
name
)
Implementation
static String getStringIndex(int name) { return name >= 10 ? name.toString() : "0$name"; }
zyf_utils_plugin package
documentation
string_utils
StringUtils
getStringIndex static method
StringUtils class