StringIdText constructor

StringIdText(
  1. String id,
  2. String text
)

Implementation

StringIdText(this.id, this.text);