Removes all leading and trailing whitespace.
Alias for trim but provided for consistency.
String trimWhitespace() => trim();