TseBaseDto constructor

TseBaseDto(
  1. {required TseTypeDto type}
)

Implementation

TseBaseDto({
  required this.type,
});