InterruptionLevel constructor

const InterruptionLevel(
  1. int value
)

Constructs an instance of InterruptionLevel

Implementation

const InterruptionLevel(this.value);