Priority constructor

Priority(
  1. String name,
  2. Color color,
  3. IconData icon
)

Implementation

Priority(this.name, this.color, this.icon);