SecurityInformationDataDto constructor
Implementation
SecurityInformationDataDto({
required this.type,
this.key,
this.value,
required this.displayed,
this.displayName,
this.sequenceNumber,
});
SecurityInformationDataDto({
required this.type,
this.key,
this.value,
required this.displayed,
this.displayName,
this.sequenceNumber,
});