forked from loafle/openapi-generator-original
[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:
@@ -23,4 +23,5 @@ part 'model/pet.dart';
|
||||
part 'model/tag.dart';
|
||||
part 'model/user.dart';
|
||||
|
||||
|
||||
ApiClient defaultApiClient = ApiClient();
|
||||
|
||||
Reference in New Issue
Block a user