CustomSectionDto constructor
- {required CustomSectionPositionDto position,
- required CustomSectionTypeDto section,
- String? title,
- List<
CustomSectionDataBaseDto> ? data}
Implementation
CustomSectionDto({
required this.position,
required this.section,
this.title,
this.data,
});