firstNonWhitespaceCharacterIndex property
num
get
firstNonWhitespaceCharacterIndex
The offset of the first character which is not a whitespace character as defined
by /\s/
. Note that if a line is all whitespace the length of the line is returned.
Implementation
_i2.num get firstNonWhitespaceCharacterIndex => _i5.getProperty(
this,
'firstNonWhitespaceCharacterIndex',
);