isCamelCase method

bool isCamelCase()

Checks if string value is camelcase.

Implementation

bool isCamelCase() => ValidatorUtils.isCamelCase(this);