Last active
July 3, 2025 06:39
-
-
Save mono0926/809a4c586262a9127e4ad98efcd02922 to your computer and use it in GitHub Desktop.
freezed v3.1.0でデフォルトで生成されるようになったUnion型用のメソッド生成がされないようにするオプション指定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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