Measure constructor

Measure({
  1. String? id,
  2. String? code,
  3. String? name,
  4. bool? added,
})

Implementation

Measure({ this.id, this.code, this.name, this.added });