Returns the string without any leading and trailing whitespace.
String? trim() { return value?.trim(); }