asPascalCase property

String asPascalCase
latefinal

Returns the word pair as a simple string, with each word capitalized, like "KeyFrame" or "BigUsa". This is informally called "pascal case".

Implementation

late final String asPascalCase = _createPascalCase();