Printer constructor
Printer({})
Implementation
Printer({
required this.url,
required this.name,
this.model,
this.location,
this.comment,
required this.isDefault,
required this.isAvailable,
required this.state,
});