splitSlashes method

List<String> splitSlashes()

Implementation

List<String> splitSlashes() => split("/");