ProductNotValidException constructor

ProductNotValidException({
  1. String? message,
})

Implementation

ProductNotValidException({this.message});