camelCase property
String
get
camelCase
Gets the text in camelCase format.
Example: "hello world" becomes "helloWorld"
Implementation
String get camelCase => _getCamelCase();
Gets the text in camelCase format.
Example: "hello world" becomes "helloWorld"
String get camelCase => _getCamelCase();