yubioath-flutter/build.yaml
2021-11-22 14:00:23 +01:00

21 lines
630 B
YAML

targets:
$default:
builders:
json_serializable:
options:
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
field_rename: snake
#
# The default value for each is listed.
any_map: false
checked: false
constructor: ""
create_factory: true
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: false
generic_argument_factories: false
ignore_unannotated: false
include_if_null: true