git-touch-android-ios-app/build.yaml

24 lines
768 B
YAML

targets:
$default:
builders:
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.
#
# For usage information, reference the corresponding field in
# `JsonSerializableGenerator`.
# any_map: false
# checked: false
# create_factory: true
# create_to_json: true
# disallow_unrecognized_keys: false
# explicit_to_json: false
# field_rename: snake
# generate_to_json_function: true
# include_if_null: true
# nullable: true
# use_wrappers: false