AssignmentInfo constructor

AssignmentInfo({
  1. DriveResourceInfo? driveResourceInfo,
  2. String? linkToTask,
  3. SpaceInfo? spaceInfo,
  4. String? surfaceType,
})

Implementation

AssignmentInfo({
  this.driveResourceInfo,
  this.linkToTask,
  this.spaceInfo,
  this.surfaceType,
});