indentLengthStack property

List<int> indentLengthStack
final

Layout indentation stack, including the mandatory zero sentinel.

Implementation

final List<int> indentLengthStack;