AssetAssignment constructor
AssetAssignment({})
Implementation
AssetAssignment({
required this.assignmentId,
required this.assetId,
this.assignmentDate,
this.returnDate,
required this.assignmentGroupId,
required this.departmentId,
required this.icEmployeeId,
this.photo,
this.projectName,
});