NoticeLevel constructor

const NoticeLevel(
  1. int priority,
  2. String name
)

Creates a new notice level. Take a look at the predefined levels before creating your own.

Implementation

const NoticeLevel(this.priority, this.name);