capitalize property

String? get capitalize

capitalize the String

Implementation

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