InstructionStepResult constructor
InstructionStepResult(
- Identifier id,
- DateTime startDate,
- DateTime endDate
Implementation
InstructionStepResult(
Identifier id,
DateTime startDate,
DateTime endDate,
) : super(
id: id,
startDate: startDate,
endDate: endDate,
valueIdentifier: 'instruction',
result: null,
);