recase constant

Recase const recase

A preprocessor that converts all string keys stored in the given key-value data to camelCase.

e.g. snake_case and kebab-case will be converted to snakeCase and kebabCase, respectively.

Implementation

static const recase = Recase._();