SecurityDto constructor

SecurityDto(
  1. {TseBaseDto? tse,
  2. required bool tseFailure,
  3. required bool tseRequired}
)

Implementation

SecurityDto({
  this.tse,
  required this.tseFailure,
  required this.tseRequired,
});