camelCase property

String? camelCase

Return this String in camelcase format.

Implementation

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