asCamelCase property

String asCamelCase
latefinal

Returns the word pair as a simple string, with second word capitalized, like "keyFrame" or "franceLand". This is informally called "camel case".

Implementation

late final String asCamelCase = _createCamelCase();