AssistDescription constructor

AssistDescription(
  1. String id,
  2. String message
)

Implementation

AssistDescription(this.id, this.message);