textSections property

Map<String, String>? textSections
getter/setter pair

The summary content that is divided into sections.

The key is the section's name and the value is the section's content. There is no specific format for the key or value.

Implementation

core.Map<core.String, core.String>? textSections;