InconsistentQuantities constructor

InconsistentQuantities({
  1. String? message,
})

Implementation

InconsistentQuantities({
  this.message,
});