PrivacyNoticeModel constructor

const PrivacyNoticeModel({
  1. required String header,
  2. required String module,
  3. bool? active,
  4. List<ContentNoticeModel>? contents,
})

Implementation

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