ucFirst property

String ucFirst

Implementation

String get ucFirst => substring(0, 1).toUpperCase() + substring(1);