-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yaml
27 lines (27 loc) · 869 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
targets:
$default:
builders:
freezed:
options:
# to_json: true
copy_with: false
equal: true
json_serializable:
options:
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
#
# The default value for each is listed.
# any_map: false
# checked: false
# constructor: ""
# create_factory: true
# create_field_map: false
# create_per_field_to_json: false
# create_to_json: true
# disallow_unrecognized_keys: false
explicit_to_json: true # allow nested toJson on freezed.
# field_rename: none
# generic_argument_factories: false
# ignore_unannotated: false
# include_if_null: true