toCamelCase property

String get toCamelCase

将字符串转换为小驼峰命名(to lower camel case) Convert the string into a small camel case.

Implementation

String get toCamelCase => _convertToCamelCase(this, false);