ucFirst property

String get ucFirst

Implementation

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