inCaps property
String
get
inCaps
Implementation
String get inCaps =>
length > 0 ? '${this[0].toUpperCase()}${substring(1)}' : '';
String get inCaps =>
length > 0 ? '${this[0].toUpperCase()}${substring(1)}' : '';