menu
androssy_utils package
documentation
utils.dart
Converter
toPathSegments static method
toPathSegments static method
dark_mode
light_mode
toPathSegments
static method
List
<
String
>
toPathSegments
(
String
path
)
Implementation
static List<String> toPathSegments(String path) => toList(value: path, regex: "/");
androssy_utils package
documentation
utils
Converter
toPathSegments static method
Converter class