camelize property

String Function(String name) camelize
final

Camelizes the given string.

  • For example, background-color' => backgroundColor`.
  • Note: for better performance, it assumes there must be a character following a dash.

Implementation

static final camelize = util.camelize;