QrCodeCustomSectionDataDto constructor
- {String? value,
- required CustomSectionDataTypeDto type,
- required int sequenceNumber,
- String? customSectionId}
Implementation
QrCodeCustomSectionDataDto({
this.value,
required CustomSectionDataTypeDto type,
required int sequenceNumber,
String? customSectionId,
}) : super(
type: type,
sequenceNumber: sequenceNumber,
customSectionId: customSectionId,
);