Intervention constructor

Intervention(
  1. String id,
  2. String? name
)

Implementation

Intervention(this.id, this.name);