[DART] fix: set fields to null if json value is null. (#1798)

* fix: set fields to null if json value is null.

* rebuild dart2 petstore

* rebuild dart petstore

* rebuild petstore

* [DART]fix: set fields to null if json value is null.
This commit is contained in:
d3v-cl
2019-01-08 17:26:46 +01:00
committed by William Cheng
parent 293066bb0d
commit 9ccf872290
134 changed files with 4342 additions and 2945 deletions

View File

@@ -23,4 +23,5 @@ part 'model/pet.dart';
part 'model/tag.dart';
part 'model/user.dart';
ApiClient defaultApiClient = ApiClient();