nestingLevel property
A map of nesting levels to the properties of bullets at the associated level.
A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
Implementation
core.Map<core.String, NestingLevel>? nestingLevel;