Printer constructor

Printer({
  1. List<AuxiliaryMessage>? auxiliaryMessages,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? id,
  6. String? makeAndModel,
  7. String? name,
  8. String? orgUnitId,
  9. String? uri,
  10. bool? useDriverlessConfig,
})

Implementation

Printer({
  this.auxiliaryMessages,
  this.createTime,
  this.description,
  this.displayName,
  this.id,
  this.makeAndModel,
  this.name,
  this.orgUnitId,
  this.uri,
  this.useDriverlessConfig,
});