capitalize property

String capitalize

capitalize the String

Implementation

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