pascalCase property

String get pascalCase

Gets the text in PascalCase format.

Example: "hello world" becomes "HelloWorld"

Implementation

String get pascalCase => _getPascalCase();