mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
21 lines
630 B
YAML
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
|