NiceConsentItem class

Item in the consent panel.

Constructors

NiceConsentItem({required String key, required String title, String? description, bool required_ = false, NiceConsentStatus status = NiceConsentStatus.pending, String? version})

Properties

description → String?
final
hashCode → int
The hash code for this object.
no setterinherited
key → String
final
required_ → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status ↔ NiceConsentStatus
getter/setter pair
title → String
final
version → String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited