Dart API Reference
dart:core
String
trimLeft
trimLeft
method
Returns the string without any leading whitespace.
String
trimLeft
( )
Returns the string without any leading whitespace.
As
trim
, but only removes leading whitespace.