trimLeft method Null safety

String trimLeft()

The string without any leading whitespace.

As trim, but only removes leading whitespace.

Implementation

String trimLeft();