InAppSetOptions constructor

const InAppSetOptions({
  1. bool merge = false,
})

Implementation

const InAppSetOptions({
  this.merge = false,
});