toCapitalize property

String get toCapitalize

Implementation

String get toCapitalize => "${this[0].toUpperCase()}${substring(1)}";