ConsentMessageModel class
Constructors
- ConsentMessageModel({required String Id, required String Type, required String Name, required String Description, required ConsentMessageSettingModel Setting, required ConsentMessageStyleConfigurationModel StyleConfiguration, required String CreatedDate, required String UpdatedDate})
-
ConsentMessageModel.fromJson(Map<
String, dynamic> ? rawJson) -
factory
Properties
- CreatedDate → String
-
final
- Description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- Id → String
-
final
- Name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Setting → ConsentMessageSettingModel
-
final
- StyleConfiguration → ConsentMessageStyleConfigurationModel
-
final
- Type → String
-
final
- UpdatedDate → String
-
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