FreezedWhenOptions constructor

const FreezedWhenOptions({
  1. bool? when,
  2. bool? whenOrNull,
  3. bool? maybeWhen,
})

Options for enabling/disabling specific Union.when features;

Implementation

const FreezedWhenOptions({
  this.when,
  this.whenOrNull,
  this.maybeWhen,
});