toLowerCase method

B toLowerCase()

Convert the string to lowercase.

Implementation

B toLowerCase() => wrap((c) => tr.toLowerCaseString(c));