CustomSectionDataBaseDto constructor
- {required CustomSectionDataTypeDto type,
- required int sequenceNumber,
- String? customSectionId}
Implementation
CustomSectionDataBaseDto({
required this.type,
required this.sequenceNumber,
this.customSectionId,
});