camelCase property

String? get camelCase

converter the String

Implementation

String? get camelCase => GetUtils.camelCase(this);