capitalize property

String? capitalize

Return this String all capitalized.

Implementation

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