ReflectionDto constructor
ReflectionDto({
- required bool isPass,
- required MessageScoreDto messageScore,
- required int passScore,
- required int count,
- required int maxCount,
Implementation
ReflectionDto({
required this.isPass,
required this.messageScore,
required this.passScore,
required this.count,
required this.maxCount,
});