itselfTrim function

String itselfTrim(
  1. String self
)

(String t) => t.trim()

Implementation

String itselfTrim(String self) => self.trim();