System constructor

System({
  1. int priority = 0,
})

Implementation

System({this.priority = 0});