tabRemaining property
How many spaces of a tab that remains after part of it has been consumed.
null means we did not read a tab.
Implementation
final int? tabRemaining;
How many spaces of a tab that remains after part of it has been consumed.
null means we did not read a tab.
final int? tabRemaining;