paramCase property

String get paramCase

Gets the text in param-case format.

Example: "hello world".paramCase returns "hello-world"

Implementation

String get paramCase => ReCase(this).paramCase;