trim method

B trim()

Normalize the string by trimming whitespace from both ends.

Implementation

B trim() => wrap((c) => tr.trimString(c));