toCapitalize property

String toCapitalize

Implementation

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