FreezedMapOptions constructor

const FreezedMapOptions({
  1. bool? map,
  2. bool? mapOrNull,
  3. bool? maybeMap,
})

Options for enabling/disabling specific Union.map features;

Implementation

const FreezedMapOptions({this.map, this.mapOrNull, this.maybeMap});