TypeIdText constructor

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

Implementation

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