pathCase property
String
get
pathCase
Gets the text in path/case format.
Example: "hello world".pathCase returns "hello/world"
Implementation
String get pathCase => ReCase(this).pathCase;
Gets the text in path/case format.
Example: "hello world".pathCase returns "hello/world"
String get pathCase => ReCase(this).pathCase;