inCaps property

String get inCaps

Implementation

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