AssistKind constructor

const AssistKind(
  1. String id,
  2. int priority,
  3. String message
)

Initialize a newly created kind of assist to have the given id, priority and message.

Implementation

const AssistKind(this.id, this.priority, this.message);