ContactConsentContactingPermissionModel class

Constructors

ContactConsentContactingPermissionModel({required bool? Email, required bool? SMS, required bool? Line, required bool? Facebook, required bool? MobileNotification})
ContactConsentContactingPermissionModel.fromJson(Map<String, dynamic>? rawJson)
factory

Properties

Email bool?
final
Facebook bool?
final
hashCode int
The hash code for this object.
no setterinherited
Line bool?
final
MobileNotification bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SMS bool?
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

Static Methods

toList(List<Map<String, dynamic>>? rawItems) List<ContactConsentContactingPermissionModel>