SecurityDto constructor
- {TseBaseDto? tse,
- required bool tseFailure,
- required bool tseRequired}
Implementation
SecurityDto({
this.tse,
required this.tseFailure,
required this.tseRequired,
});
SecurityDto({
this.tse,
required this.tseFailure,
required this.tseRequired,
});