type property

RPConsentSectionType type

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;
void type= (RPConsentSectionType type)

Implementation

set type(RPConsentSectionType type) {
  this._type = type;
}