UserWorkspace constructor

UserWorkspace(
  1. String pc,
  2. String monitor,
  3. String tool,
  4. String scanner,
  5. String tablet,
  6. String mouse,
  7. String printer,
  8. String desktop,
  9. String music,
  10. String desk,
  11. String chair,
  12. String comment,
  13. String? workspaceImageUrl,
)

Implementation

UserWorkspace(
  this.pc,
  this.monitor,
  this.tool,
  this.scanner,
  this.tablet,
  this.mouse,
  this.printer,
  this.desktop,
  this.music,
  this.desk,
  this.chair,
  this.comment,
  this.workspaceImageUrl,
);