PlacementSummary constructor
PlacementSummary({})
Implementation
PlacementSummary({
required this.createdDate,
required this.placementName,
required this.projectName,
required this.updatedDate,
});
PlacementSummary({
required this.createdDate,
required this.placementName,
required this.projectName,
required this.updatedDate,
});