pascalCase property
String
get
pascalCase
Gets the text in PascalCase format.
Example: "hello world" becomes "HelloWorld"
Implementation
String get pascalCase => _getPascalCase();
Gets the text in PascalCase format.
Example: "hello world" becomes "HelloWorld"
String get pascalCase => _getPascalCase();