trim method

Map trim([
  1. bool newMap = false
])

Apply trim in all String values on tree

newMap if true return a new map modifield'

Implementation

Map trim([bool newMap = false]) => _trim(this, newMap);