capitalize property

String get capitalize

capitalize the String

Implementation

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