PrintServer constructor

PrintServer({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? id,
  5. String? name,
  6. String? orgUnitId,
  7. String? uri,
})

Implementation

PrintServer({
  this.createTime,
  this.description,
  this.displayName,
  this.id,
  this.name,
  this.orgUnitId,
  this.uri,
});