trim method
B
trim()
Normalize the string by trimming whitespace from both ends.
Implementation
B trim() => wrap((c) => tr.trimString(c));
Normalize the string by trimming whitespace from both ends.
B trim() => wrap((c) => tr.trimString(c));