Skip to content

Instantly share code, notes, and snippets.

@mono0926
Last active July 3, 2025 06:39
Show Gist options
  • Save mono0926/809a4c586262a9127e4ad98efcd02922 to your computer and use it in GitHub Desktop.
Save mono0926/809a4c586262a9127e4ad98efcd02922 to your computer and use it in GitHub Desktop.
freezed v3.1.0でデフォルトで生成されるようになったUnion型用のメソッド生成がされないようにするオプション指定
targets:
$default:
builders:
freezed:
options:
map: false
map_or_null: false
maybe_map: false
when: false
when_or_null: false
maybe_when: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment