sections property

List<String> get sections

Get the report separated in its sections as a list of strings.

Implementation

List<String> get sections => _sections;