camelCase property
String?
get
camelCase
Return this String in camelcase format.
Implementation
String? get camelCase => GetUtils.camelCase(this);
Return this String in camelcase format.
String? get camelCase => GetUtils.camelCase(this);