prioritized property

set prioritized (bool value)

Implementation

set prioritized(bool value) {
  _isPrioritized = value;
}