sections property

List<RPConsentSection> sections

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;
void sections= (List<RPConsentSection> sections)

Implementation

set sections(List<RPConsentSection> sections) {
  this._sections = sections;
}