CommunicationSettings constructor
CommunicationSettings({})
Implementation
factory CommunicationSettings({
@JsonKey(name: 'profileID') String? profileID,
@JsonKey(name: 'allowWhatsApp') bool? allowWhatsApp,
@JsonKey(name: 'allowTextSMS') bool? allowText,
@JsonKey(name: 'allowPush') bool? allowPush,
@JsonKey(name: 'allowEmail') bool? allowEmail,
}) = _CommunicationSettings;