You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/dart/petstore-with-fake-endpoints-models-for-testing.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1928,8 +1928,9 @@ components:
1928
1928
properties:
1929
1929
type:
1930
1930
type: string
1931
-
enum:
1932
-
- ChildWithNullable
1931
+
# comment out as it's causing compilation errors in Dart Dio client generator
Copy file name to clipboardExpand all lines: samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/child_with_nullable.dart
Copy file name to clipboardExpand all lines: samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/lib/src/model/parent_with_nullable.dart
Copy file name to clipboardExpand all lines: samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/lib/src/model/parent_with_nullable.dart
0 commit comments