Priority constructor

Priority({
  1. int? value,
})

Implementation

Priority({
  this.value,
});