Bullet constructor

Bullet(
  1. String text,
  2. bool isUsed
)

Implementation

Bullet(this.text, this.isUsed);