Phrase constructor

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

Implementation

Phrase(this.id, this.text);