type property
The type of the section.
The title and the image which is shown on the section card is associated to the type.
Implementation
RPConsentSectionType get type => _type;
Implementation
set type(RPConsentSectionType type) {
this._type = type;
}