inCaps property

String get inCaps

Implementation

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