sections property
The sections which hold the content of the consent document
All sections appear in the animated process of RPVisualConsentStep. Also their content is presented during RPConsentReviewStep.
Implementation
List<RPConsentSection> get sections => _sections;
Implementation
set sections(List<RPConsentSection> sections) {
this._sections = sections;
}