content property

String content

A longer content text of the section.

It's presented during RPVisualConsentStep when tapping on the "Learn more" button and during RPConsentReviewStep where each section's content is shown to the user.

Implementation

String get content => _content;
void content= (String content)

Implementation

set content(String content) {
  this._content = content;
}