PrinterDeviceType constructor Null safety
- {PrinterDeviceType_Type? type}
Implementation
factory PrinterDeviceType({
PrinterDeviceType_Type? type,
}) {
final _result = create();
if (type != null) {
_result.type = type;
}
return _result;
}