none constant
FreezedWhenOptions
const none
Disables the generation of all Union.when
features
Implementation
static const none = FreezedWhenOptions(
when: false,
whenOrNull: false,
maybeWhen: false,
);