toLowerCase method
B
toLowerCase()
Convert the string to lowercase.
Implementation
B toLowerCase() => wrap((c) => tr.toLowerCaseString(c));
Convert the string to lowercase.
B toLowerCase() => wrap((c) => tr.toLowerCaseString(c));