Priority constructor

const Priority(
  1. int value
)

Constructs an instance of Priority.

Implementation

const Priority(this.value);