pathCase property
String
get
pathCase
Gets the text in path/case format.
Example: "hello world" becomes "hello/world"
Implementation
String get pathCase => _getSnakeCase(separator: '/');
Gets the text in path/case format.
Example: "hello world" becomes "hello/world"
String get pathCase => _getSnakeCase(separator: '/');