DataWedgeScaleRequest constructor
Creates a new scale request.
deviceIdentifier is the scale device identifier.
command is the scale command (use DataWedgeScaleCommand constants).
Implementation
const DataWedgeScaleRequest({
required this.deviceIdentifier,
required this.command,
});