AssignmentInfo constructor
AssignmentInfo({
- DriveResourceInfo? driveResourceInfo,
- String? linkToTask,
- SpaceInfo? spaceInfo,
- String? surfaceType,
Implementation
AssignmentInfo({
this.driveResourceInfo,
this.linkToTask,
this.spaceInfo,
this.surfaceType,
});