maximumExecutionDuration property

Duration? maximumExecutionDuration
final

The duration that DartBlock should wait until it automatically interrupts the execution of the DartBlockProgram.

By default, the duration is 5s, which is also the minimum.

For more information, see DartBlockExecutor.execute.

Implementation

final Duration? maximumExecutionDuration;