UsedBullet constructor

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

Implementation

UsedBullet(this.text, this.isUsed);