Last changes not published
This commit is contained in:
parent
ac65ccf990
commit
21ec08303a
43 changed files with 607 additions and 613 deletions
13
build.yaml
13
build.yaml
|
|
@ -9,11 +9,9 @@ targets:
|
|||
# defined in `package:source_gen/source_gen.dart`.
|
||||
#
|
||||
# Note: use `|` to define a multi-line block.
|
||||
header: |
|
||||
// Copyright (c) 2018, Comunes Association.
|
||||
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
# header: |
|
||||
# // Copyright (c) 2018, Comunes Association.
|
||||
# // GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
# Options configure how source code is generated for every
|
||||
# `@JsonSerializable`-annotated class in the package.
|
||||
#
|
||||
|
|
@ -21,8 +19,9 @@ targets:
|
|||
#
|
||||
# For usage information, reference the corresponding field in
|
||||
# `JsonSerializableGenerator`.
|
||||
use_wrappers: true
|
||||
#use_wrappers: true
|
||||
any_map: true
|
||||
checked: true
|
||||
explicit_to_json: true
|
||||
generate_to_json_function: true
|
||||
#generate_to_json_function: true
|
||||
create_to_json: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue