trim method

JarString trim()

Implementation

JarString trim() {
  return transform((value) => value?.trim());
}