camelCase property

String get camelCase

Gets the text in camelCase format.

Example: "hello world" becomes "helloWorld"

Implementation

String get camelCase => _getCamelCase();