TypeIdText constructor

TypeIdText(
  1. String type,
  2. String id,
  3. String text
)

Creates a new TypeIdText with the given type, id, and text.

Implementation

TypeIdText(this.type, this.id, this.text);