String trimStart(dynamic characters, {bool trimWhitespace = true}) => trimAround(characters, trimWhitespace: trimWhitespace, trimEnd: false);