isCamelCase method

bool isCamelCase()

Implementation

bool isCamelCase() {
  return this == camelCase;
}