ConsentMessageSettingConsentDetailModel class

Constructors

ConsentMessageSettingConsentDetailModel({required ConsentMessageLanguageModel BriefDescription, required ConsentMessageLanguageModel FullDescription, required bool IsEnabled, required bool IsFullDescriptionEnabled, required dynamic TrackingCollection, bool IsAllowed = false})
ConsentMessageSettingConsentDetailModel.fromJson(Map<String, dynamic>? rawJson)
factory

Properties

BriefDescription ConsentMessageLanguageModel
final
FullDescription ConsentMessageLanguageModel
final
hashCode int
The hash code for this object.
no setterinherited
IsAllowed bool
getter/setter pair
IsEnabled bool
final
IsFullDescriptionEnabled bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TrackingCollection → dynamic
final

Methods

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

Operators

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