Reciter constructor

Reciter(
  1. int? id,
  2. String? name
)

Implementation

Reciter(this.id, this.name);