skipWhitespaces property

int Function(String str, int from) skipWhitespaces
final

Returns the index of the first non-whitespace character starting at from,

  • min(from, str.length) if not found.

Implementation

static final skipWhitespaces = util.skipWhitespaces;