trimBoth method

String trimBoth()

Implementation

String trimBoth() => trimLeft().trimRight();