PrivacyNoticeModel constructor
const
PrivacyNoticeModel({
- required String header,
- required String module,
- bool? active,
- List<
ContentNoticeModel> ? contents,
Implementation
const factory PrivacyNoticeModel({
required String header,
required String module,
bool? active,
List<ContentNoticeModel>? contents,
}) = _PrivacyNoticeModel;