DesignModel constructor

DesignModel({
  1. String? phaseCode,
  2. String? phaseName,
  3. String? type,
  4. List<DesignData>? data,
})

Implementation

DesignModel({this.phaseCode, this.phaseName, this.type, this.data});