lowerFirst property

String lowerFirst

Implementation

String get lowerFirst => this[0].toLowerCase() + this.substring(1);