toLowerFirst method

String toLowerFirst()

Implementation

String toLowerFirst() => '${this[0].toLowerCase()}${substring(1)}';