ByProducts constructor

ByProducts({
  1. Map<String, String>? customValues,
})

Implementation

ByProducts({
  this.customValues,
});