DesignModel constructor
DesignModel({
- String? phaseCode,
- String? phaseName,
- String? type,
- List<
DesignData> ? data,
Implementation
DesignModel({this.phaseCode, this.phaseName, this.type, this.data});