trim method

String? trim()

Implementation

String? trim() {
  return value?.trim();
}