ContentNoticeModel constructor
const
ContentNoticeModel({
- String? header,
- List<
DescriptionNoticeModel> ? descriptions,
Implementation
const factory ContentNoticeModel({
String? header,
List<DescriptionNoticeModel>? descriptions,
}) = _ContentNoticeModel;